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 b0d58ef commit bbd34dbCopy full SHA for bbd34db
.github/workflows/test-and-release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v5
19
- uses: actions/setup-node@v5
20
with:
21
- node-version: "22.x"
+ node-version: "24.x"
22
cache: "npm"
23
- name: Authenticate with NPM registry
24
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
0 commit comments