Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeep committed Apr 28, 2024
1 parent 22b7911 commit 8735836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16.14.0
- run: npm install
- run: npm test

Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16.14.0
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 8735836

Please sign in to comment.