Skip to content

Commit

Permalink
ci: updates node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pagyew committed Apr 19, 2024
1 parent 5f52a0d commit 08858c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Setup
run: npm i -g @antfu/ni
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Setup
run: npm i -g @antfu/ni
Expand All @@ -51,7 +51,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.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@v3
with:
node-version: 16.x
node-version: 20.x

- run: npx changelogithub
env:
Expand Down

0 comments on commit 08858c9

Please sign in to comment.