Skip to content

Commit 9a0ff76

Browse files
committed
chore: update circle ci config, drop node 8
1 parent 3e29db2 commit 9a0ff76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
name: Submit coverage data to codecov.
4242
command: bash <(curl -s https://codecov.io/bash)
4343
when: on_success
44-
node-v8-latest:
44+
node-v14-latest:
4545
docker:
46-
- image: rollupcabal/circleci-node-v8:latest
46+
- image: rollupcabal/circleci-node-v14:latest
4747
<<: *unit_tests
4848
analysis:
4949
docker:
@@ -56,10 +56,10 @@ jobs:
5656
name: NPM Rebuild
5757
command: npm install
5858
- run:
59-
name: Run linting.
59+
name: Run Linting
6060
command: npm run lint
6161
- run:
62-
name: Run NSP Security Check.
62+
name: Run NPM Audit
6363
command: npm run security
6464
version: 2.0
6565
workflows:
@@ -73,7 +73,7 @@ workflows:
7373
filters:
7474
tags:
7575
only: /.*/
76-
- node-v8-latest:
76+
- node-v14-latest:
7777
requires:
7878
- analysis
7979
filters:

0 commit comments

Comments
 (0)