Skip to content

Commit d7400fc

Browse files
committed
ci: add Node.js setup step for version 20 in release workflow
1 parent e71c7a6 commit d7400fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
timeout-minutes: 30
1111
# needs: test
1212
steps:
13+
- name: Setup Node.js
14+
uses: actions/setup-node@v3
15+
with:
16+
node-version: 20
1317
- run: npm -v
1418
- run: node -v
1519
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)