Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update travis/gh-action flows to use node 14 too
Browse files Browse the repository at this point in the history
  • Loading branch information
NateRadebaugh committed Nov 18, 2020
1 parent 7533e78 commit d706896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [12, 10]
node: [14, 12, 10]
steps:
- uses: actions/setup-node@v1
with:
Expand All @@ -36,7 +36,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm i -g yarn
- run: yarn --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ os:
node_js:
- "10"
- "12"
- "14"
- stable
script:
- yarn lint
Expand Down

0 comments on commit d706896

Please sign in to comment.