We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63f90a commit 7b31a63Copy full SHA for 7b31a63
.github/workflows/release-pr.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js 16.x
21
uses: actions/setup-node@v4
22
with:
23
- node-version: 16.x
+ node-version: 22.x
24
25
- name: Install Dependencies
26
run: npm i
package.json
@@ -56,7 +56,7 @@
56
"@apollo/server": "^4.0.0"
57
},
58
"volta": {
59
- "node": "20.19.0",
+ "node": "22.19.0",
60
"npm": "10.9.2"
61
}
62
0 commit comments