Skip to content

Commit

Permalink
ci: node version bump to 14 due to semantic-release (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss authored Feb 18, 2022
1 parent c562d38 commit c9f8355
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [11.x, 12.x, 13.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: 'https://registry.npmjs.org'

- run: npm version --no-git-tag-version "$VERSION"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.GPR_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Semantic release
run: npx semantic-release
Expand Down

0 comments on commit c9f8355

Please sign in to comment.