Skip to content

Commit

Permalink
ci: use latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Apr 21, 2024
1 parent 7a7d51c commit 6110dc5
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 @@ -19,7 +19,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: latest

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

- name: Setup
run: npm i -g @antfu/ni
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:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: latest

- name: Setup
run: npm i -g @antfu/ni
Expand Down

0 comments on commit 6110dc5

Please sign in to comment.