Skip to content

Commit c7a1645

Browse files
authored
ci: Update publish step to node 24 (#805)
1 parent 9417107 commit c7a1645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node environment
3434
uses: actions/setup-node@v6
3535
with:
36-
node-version: 22
36+
node-version: 24
3737
cache: 'npm'
3838
cache-dependency-path: '**/package-lock.json'
3939
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)