Skip to content

Commit

Permalink
ci: release and test on node 14.x
Browse files Browse the repository at this point in the history
node 14.x is the current release and is an LTS release
  • Loading branch information
djcsdy committed May 19, 2020
1 parent b1b07cd commit 46f972e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ env:
CI: true
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
DEPLOY_NODE_VERSION: 12.x
DEPLOY_NODE_VERSION: 14.x
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
steps:
- name: Find yarn cache
id: find-yarn-cache
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
with:
node-version: ${{env.DEPLOY_NODE_VERSION}}
- run: yarn
- run: yarn semantic-release
- run: yarn semantic-release

0 comments on commit 46f972e

Please sign in to comment.