Skip to content

Commit

Permalink
support node 12+. fix security vulnerabilities re: npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgirges committed Feb 2, 2022
1 parent e8d9b67 commit ddf5530
Show file tree
Hide file tree
Showing 3 changed files with 4,807 additions and 241 deletions.
15 changes: 6 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
jobs:
lintandcoverage:
docker:
- image: cimg/node:16.10.0
- image: cimg/node:16.13.2
steps:
- checkout
- run: npm install
Expand All @@ -16,20 +16,17 @@ workflows:
jobs:
- lintandcoverage
- node/test:
version: '10.24.1'
pkg-manager: npm
- node/test:
version: '11.14.0'
version: '12.22.6'
pkg-manager: npm
- node/test:
version: '12.22.6'
version: '14.19.0'
pkg-manager: npm
- node/test:
version: '13.14.0'
version: '15.14.0'
pkg-manager: npm
- node/test:
version: '14.18.0'
version: '16.13.2'
pkg-manager: npm
- node/test:
version: '15.14.0'
version: '17.4.0'
pkg-manager: npm
Loading

0 comments on commit ddf5530

Please sign in to comment.