Skip to content

Commit 46d7294

Browse files
authored
chore: use node 24 for publishing (#9644)
1 parent 48426dc commit 46d7294

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@v5
4141
with:
42-
node-version: 22.x
42+
node-version: 24.x
4343
registry-url: 'https://registry.npmjs.org'
4444

4545
- name: Install dependencies
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup Node.js
108108
uses: actions/setup-node@v5
109109
with:
110-
node-version: 22.x
110+
node-version: 24.x
111111
registry-url: 'https://registry.npmjs.org'
112112

113113
- name: Install dependencies

0 commit comments

Comments
 (0)