Skip to content

Commit

Permalink
udpate ci workflow to use node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
koolamusic committed Apr 22, 2021
1 parent 0c3a557 commit 0d755de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,4 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test
- run: yarn build
- run: yarn build

0 comments on commit 0d755de

Please sign in to comment.