Skip to content

Commit

Permalink
upgrade node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Jul 24, 2024
1 parent c9ae2d4 commit 4e04842
Show file tree
Hide file tree
Showing 4 changed files with 2,675 additions and 2,189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
- uses: pnpm/[email protected]
with:
version: 8.9.2
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tsconfig/node16": "^1.0.1",
"@types/chai": "^4.3.4",
"@types/chai-string": "^1.4.2",
"@types/diff-match-patch": "^1.0.32",
Expand All @@ -63,7 +62,7 @@
"typescript": "^4.4.3"
},
"volta": {
"node": "16.15.1",
"node": "18.16.1",
"pnpm": "8.9.2"
}
}
Loading

0 comments on commit 4e04842

Please sign in to comment.