Skip to content

Commit cffc83b

Browse files
chore(deps): update dependency node to v22
1 parent 9a7341e commit cffc83b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ steps.release.outputs.release_created }}
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
registry-url: 'https://registry.npmjs.org'
2424
if: ${{ steps.release.outputs.release_created }}
2525
- run: npm ci

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@tsconfig/node16": "^16.1.1",
6363
"@types/chai": "^4.3.9",
6464
"@types/mocha": "^10.0.3",
65-
"@types/node": "22.15.17",
65+
"@types/node": "22.18.5",
6666
"chai": "4.5.0",
6767
"eslint": "^9.0.0",
6868
"lint-staged": "16.0.0",

0 commit comments

Comments
 (0)