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 288fd62 commit 6026e3bCopy full SHA for 6026e3b
.github/workflows/test-and-release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: "20.x"
+ node-version: "22.x"
22
cache: "npm"
23
- name: Authenticate with NPM registry
24
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
package.json
@@ -52,7 +52,7 @@
52
]
53
},
54
"engines": {
55
- "node": ">=20",
+ "node": ">=22",
56
"npm": ">=10"
57
58
"release": {
0 commit comments