Skip to content

Commit a02496a

Browse files
chore(deps): update dependency node to v22 (#362)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d849ccb commit a02496a

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/actions/prepare/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: with Node.js 16 on ubuntu-latest
77
uses: actions/setup-node@v4
88
with:
9-
node-version: 16.x
9+
node-version: 22.x
1010
cache: "npm"
1111
cache-dependency-path: javascript/package-lock.json
1212

javascript/package-lock.json

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

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@eslint/js": "^9.20.0",
4141
"@types/glob": "^8.0.0",
4242
"@types/mocha": "10.0.10",
43-
"@types/node": "22.13.14",
43+
"@types/node": "22.14.0",
4444
"@types/react": "18.3.20",
4545
"@types/react-dom": "18.3.6",
4646
"@typescript-eslint/eslint-plugin": "^8.24.1",

0 commit comments

Comments
 (0)