Skip to content

Commit 4e7d617

Browse files
committed
ci: update release workflow node version
1 parent fcfe66f commit 4e7d617

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
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- uses: actions/setup-node@v1
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: "12.x"
15+
node-version: "20.x"
1616
- run: npm ci
1717
- run: npx semantic-release
1818
env:

0 commit comments

Comments
 (0)