Skip to content

Commit eaf84cb

Browse files
committed
use node 24 for npm publishing
1 parent 7744b65 commit eaf84cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: '22.x'
15+
node-version: '24.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- name: clean install dependencies
1818
run: npm ci

0 commit comments

Comments
 (0)