Skip to content

Commit

Permalink
update node CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
n0cloud committed Oct 1, 2024
1 parent de212ae commit 7b50a7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: npm

- name: Setup
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: npm

- name: Setup
Expand All @@ -55,7 +55,7 @@ jobs:

strategy:
matrix:
node: [16.x, 18.x]
node: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

Expand Down

0 comments on commit 7b50a7a

Please sign in to comment.