Skip to content

Commit 889e1d8

Browse files
committed
ci: bump node version
Closes #103
1 parent a176ec7 commit 889e1d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
1919
- uses: actions/setup-node@v6
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)