Skip to content

Commit

Permalink
update node.js version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 10, 2022
1 parent 2c8efef commit e79c79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: NPM Setup
run: |
npm set registry "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down

0 comments on commit e79c79f

Please sign in to comment.