Skip to content

Commit

Permalink
fix(git): correct node version in github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 authored and blackfalcon committed Jan 13, 2022
1 parent 3c3d45b commit e1ea1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.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: [abstractNodeVersion]
- run: npm ci
- run: npm run build
- uses: cycjimmy/semantic-release-action@v2
Expand Down

0 comments on commit e1ea1ce

Please sign in to comment.