Skip to content

Commit

Permalink
chore: upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
chinhld12 committed Aug 9, 2024
1 parent 19415d9 commit 4d23316
Show file tree
Hide file tree
Showing 5 changed files with 10,269 additions and 10,832 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/storybook-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
with:
access_token: ${{ github.token }}

- name: Use Node.js 18.x
uses: actions/setup-node@v1
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
version: 18.x
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
access_token: ${{ github.token }}

- name: Use Node.js 18.x
uses: actions/setup-node@v1
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
version: 18.x
node-version: 20

- 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 @@
v18
v20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@
},
"engines": {
"pnpm": ">=8.2.0",
"node": ">=18.17.0"
"node": ">=20.0.0"
}
}
Loading

0 comments on commit 4d23316

Please sign in to comment.