Skip to content

Commit

Permalink
[Fix #5] Fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Apr 7, 2022
1 parent bdcb805 commit a1db89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
Expand Down

0 comments on commit a1db89f

Please sign in to comment.