Skip to content

Commit

Permalink
chore: upgrade node version used by github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-layne committed Aug 24, 2024
1 parent cea0518 commit 2d621a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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: 18.x

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

strategy:
matrix:
node: [16.x, 18.x]
node: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-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 @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- run: npx changelogithub
env:
Expand Down

0 comments on commit 2d621a7

Please sign in to comment.