Skip to content

Commit

Permalink
Add deps audit and update CI Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Nov 19, 2020
1 parent 5ffbd4f commit 844c33d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
working_directory: ~/app
docker:
- image: circleci/node:10
- image: circleci/node:14

steps:
- checkout
Expand All @@ -18,6 +18,7 @@ jobs:
paths:
- ~/.cache/yarn
- node_modules
- run: yarn audit --prefer-offline
- run: yarn lint
- run: yarn test
- run: yarn lib
Expand Down

0 comments on commit 844c33d

Please sign in to comment.