Skip to content

Commit

Permalink
use new Node LTS and install dependencies from package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Nov 24, 2020
1 parent 5044ea6 commit 1762cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Set Node.js 12.x
- name: Set Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 14.x

- name: install dependencies
run: npm install
run: npm ci

- name: run jest tests
run: npm test
Expand Down

0 comments on commit 1762cbb

Please sign in to comment.