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 c66a9c9 commit 4d7806fCopy full SHA for 4d7806f
.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
@@ -50,7 +50,7 @@
50
]
51
},
52
"engines": {
53
- "node": ">=20",
+ "node": ">=22",
54
"npm": ">=10"
55
56
"release": {
0 commit comments