Skip to content

Commit 64eabed

Browse files
Update to Node 24
1 parent a8bc45e commit 64eabed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
version: 8.x.x
2828

29-
- name: Install Node 18
29+
- name: Install Node 24
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: "18"
32+
node-version: "24"
3333
registry-url: https://registry.npmjs.org
3434
cache: pnpm
3535
cache-dependency-path: npm/pnpm-lock.yaml

0 commit comments

Comments
 (0)