Skip to content

Commit a74d888

Browse files
chore(deps): update node.js to v22
1 parent 94423ad commit a74d888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js 18.x
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18.x
28+
node-version: 22.x
2929

3030
- name: Install Dependencies
3131
run: npm i

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"typescript": "5.2.2"
5050
},
5151
"volta": {
52-
"node": "20.9.0",
52+
"node": "22.17.1",
5353
"npm": "10.2.4"
5454
}
5555
}

0 commit comments

Comments
 (0)