Skip to content

Commit

Permalink
fix: update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
jacktuck committed Jan 19, 2022
1 parent 749f7a7 commit 197abb9
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 @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10
node-version: 17
- run: npm ci
- run: npm test

Expand All @@ -36,4 +36,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit 197abb9

Please sign in to comment.