Skip to content

Commit 0a132c9

Browse files
DEV: Update dependency node to v22
1 parent e7dd007 commit 0a132c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js 20.x
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 20.x
15+
node-version: 22.x
1616
cache: "yarn"
1717
- run: yarn install --frozen-lockfile
1818
- run: yarn test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js 20.x
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 20.x
15+
node-version: 22.x
1616
cache: "yarn"
1717
- run: yarn install --frozen-lockfile
1818
- run: yarn test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.0
1+
22.17.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
},
7070
"volta": {
71-
"node": "20.11.0",
71+
"node": "22.17.1",
7272
"yarn": "1.22.21"
7373
}
7474
}

0 commit comments

Comments
 (0)