Skip to content

Commit 20d209a

Browse files
chore(deps): update dependency node to v24
1 parent 85e7d26 commit 20d209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
- uses: actions/setup-node@v5
2020
with:
21-
node-version: "22.x"
21+
node-version: "24.x"
2222
cache: "npm"
2323
- name: Authenticate with NPM registry
2424
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc

0 commit comments

Comments
 (0)