Skip to content

Commit

Permalink
fix(git): fix workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jan 18, 2022
1 parent 8559a65 commit 027fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: npm ci
- run: npm run build
- uses: cycjimmy/semantic-release-action@v2
Expand Down

0 comments on commit 027fb02

Please sign in to comment.