Skip to content

Commit ee7622a

Browse files
authored
fix(ci): update Node version to 24 also in publish job
1 parent 8ee38de commit ee7622a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Node.js
6767
uses: actions/setup-node@v4
6868
with:
69-
node-version: 20
69+
node-version: '24'
7070
registry-url: 'https://registry.npmjs.org'
7171

7272
- name: Enable Corepack

0 commit comments

Comments
 (0)