Skip to content

Commit

Permalink
fix: change workflow to release under 14.x instead of 12.x (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Oct 6, 2021
1 parent fc31820 commit f949200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-on-push-to-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: npm run lint

- name: Release
if: github.event_name == 'push' && github.ref == 'refs/heads/mainline' && matrix.node-version == '12.x'
if: github.event_name == 'push' && github.ref == 'refs/heads/mainline' && matrix.node-version == '14.x'
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31 changes: 0 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f949200

Please sign in to comment.