Skip to content

Commit f949200

Browse files
authored
fix: change workflow to release under 14.x instead of 12.x (#472)
1 parent fc31820 commit f949200

2 files changed

Lines changed: 2 additions & 33 deletions

File tree

.github/workflows/release-on-push-to-mainline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: npm run lint
3434

3535
- name: Release
36-
if: github.event_name == 'push' && github.ref == 'refs/heads/mainline' && matrix.node-version == '12.x'
36+
if: github.event_name == 'push' && github.ref == 'refs/heads/mainline' && matrix.node-version == '14.x'
3737
run: npm run release
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 0 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)