Skip to content

Commit d8cd661

Browse files
committed
Switch to node 24 for github actions
1 parent e9fc205 commit d8cd661

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
@@ -12,7 +12,7 @@ jobs:
1212
version: 10
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20.19.0
15+
node-version: 24
1616
cache: pnpm
1717
- name: Prepare npm config for trusted publishing
1818
run: |
@@ -42,7 +42,7 @@ jobs:
4242
version: 10
4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: 20.19.0
45+
node-version: 24
4646
cache: pnpm
4747
- name: Install dependencies and build 🔧
4848
run: |

0 commit comments

Comments
 (0)