Skip to content

Commit

Permalink
Merge pull request #81 from rmothilal/feature/#1228-Update-to-latest-…
Browse files Browse the repository at this point in the history
…Node-LTS

updated to latest lts version of node 12.16.0
  • Loading branch information
rmothilal authored Feb 12, 2020
2 parents 5bf2fe3 + d0bedbd commit ecf74fc
Show file tree
Hide file tree
Showing 3 changed files with 3,198 additions and 408 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaults_working_directory: &defaults_working_directory

defaults_docker_node: &defaults_docker_node
docker:
- image: node:10.15.3-alpine
- image: mhart/alpine-node:12.16.0

defaults_Dependencies: &defaults_Dependencies |
apk --no-cache add git
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
command: mkdir -p ./audit/results
- run:
name: Check for new npm vulnerabilities
command: npm run audit:check --silent -- --json > ./audit/results/auditResults.json
command: npm run audit:check --silent -- --json > ./audit/results/auditResults.json
- store_artifacts:
path: ./audit/results
prefix: audit
Expand Down
Loading

0 comments on commit ecf74fc

Please sign in to comment.