Skip to content

Commit c9d3a35

Browse files
chore(deps): update dependency node to v22
1 parent 02453a4 commit c9d3a35

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1616
with:
17-
node-version: 20.x
17+
node-version: 22.x
1818
cache: "npm"
1919

2020
- name: Install
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6262
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
6363
with:
64-
node-version: 20.x
64+
node-version: 22.x
6565
cache: "npm"
6666

6767
- name: Install

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@eslint/js": "9.22.0",
6060
"@tsconfig/node18": "18.2.4",
6161
"@types/eslint__js": "8.42.3",
62-
"@types/node": "22.13.9",
62+
"@types/node": "22.13.10",
6363
"ava": "6.2.0",
6464
"c8": "10.1.3",
6565
"eslint": "9.22.0",

0 commit comments

Comments
 (0)