We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a176ec7 commit 889e1d8Copy full SHA for 889e1d8
1 file changed
.github/workflows/test-and-release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v6
19
- uses: actions/setup-node@v6
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