Skip to content

Commit 3923e7d

Browse files
Update dependency node to v22
1 parent 4105980 commit 3923e7d

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 14.x
17+
node-version: 22.x
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- uses: pnpm/action-setup@v2.2.4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@types/jest": "29.5.12",
48-
"@types/node": "20.14.9",
48+
"@types/node": "22.14.0",
4949
"@typescript-eslint/eslint-plugin": "5.62.0",
5050
"@typescript-eslint/parser": "5.62.0",
5151
"eslint": "8.57.0",

pnpm-lock.yaml

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)