Skip to content

Commit

Permalink
build: use Node 16 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Dec 12, 2021
1 parent 37e8d85 commit 6a53e27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '16'
- run: yarn install
- run: yarn test
- run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '16'
- run: yarn install
- run: yarn build
- name: Semantic Release
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache:
notifications:
email: false
node_js:
- '12'
- '16'
script:
- npm run test:prod && npm run build
after_success:
Expand Down

0 comments on commit 6a53e27

Please sign in to comment.