Skip to content

Commit 9d8723d

Browse files
committed
Merge branch 'develop' into release
2 parents e0cc380 + d7400fc commit 9d8723d

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)