Skip to content

Commit

Permalink
chore: use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Dec 10, 2023
1 parent fa4b58e commit e388f71
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

Expand All @@ -88,7 +88,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.4",
"@types/node": "^18.17.5",
"@types/node": "^20.10.0",
"@types/semver": "^7.5.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
Expand Down
66 changes: 36 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e388f71

Please sign in to comment.