Skip to content

Commit

Permalink
Update GH CI to use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
InoUno committed Jun 20, 2024
1 parent 746511a commit d8fd849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit d8fd849

Please sign in to comment.