Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Oct 20, 2024
2 parents e0cc380 + d7400fc commit 9d8723d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
timeout-minutes: 30
# needs: test
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm -v
- run: node -v
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9d8723d

Please sign in to comment.