Skip to content

Commit 75f4c11

Browse files
chore(deps): update node.js to v22
1 parent c63f90a commit 75f4c11

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js 16.x
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 16.x
23+
node-version: 22.x
2424

2525
- name: Install Dependencies
2626
run: npm i

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@apollo/server": "^4.0.0"
5757
},
5858
"volta": {
59-
"node": "20.19.0",
59+
"node": "22.16.0",
6060
"npm": "10.9.2"
6161
}
6262
}

0 commit comments

Comments
 (0)