Skip to content

Commit

Permalink
bump to node 14 lts and npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonatwork committed Feb 28, 2021
1 parent 8a8c884 commit 0ffb824
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 8.x
node-version: '14'
- name: Install dependencies
run: npm ci
- name: Run lint
Expand Down
33 changes: 14 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ffb824

Please sign in to comment.