Skip to content

Commit

Permalink
chore(ci): Bump node ver to v20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Mar 30, 2024
1 parent c3d6b38 commit cbd89b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.17.1'
node-version: '20.0.0'
- name: Install PNPM
uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.0.0

0 comments on commit cbd89b4

Please sign in to comment.