Skip to content

Commit 2e89f57

Browse files
committed
Bump node version
1 parent 36ffcdb commit 2e89f57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fetch-depth: 1
1616

1717
- name: Setup node
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v6
1919
with:
20-
node-version: 16
20+
node-version: 24
2121

2222
- name: Install dependencies
2323
run: npm ci

0 commit comments

Comments
 (0)