Skip to content

Commit

Permalink
chore: update circle ci config, drop node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Oct 21, 2020
1 parent 3e29db2 commit 9a0ff76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
name: Submit coverage data to codecov.
command: bash <(curl -s https://codecov.io/bash)
when: on_success
node-v8-latest:
node-v14-latest:
docker:
- image: rollupcabal/circleci-node-v8:latest
- image: rollupcabal/circleci-node-v14:latest
<<: *unit_tests
analysis:
docker:
Expand All @@ -56,10 +56,10 @@ jobs:
name: NPM Rebuild
command: npm install
- run:
name: Run linting.
name: Run Linting
command: npm run lint
- run:
name: Run NSP Security Check.
name: Run NPM Audit
command: npm run security
version: 2.0
workflows:
Expand All @@ -73,7 +73,7 @@ workflows:
filters:
tags:
only: /.*/
- node-v8-latest:
- node-v14-latest:
requires:
- analysis
filters:
Expand Down

0 comments on commit 9a0ff76

Please sign in to comment.