Skip to content

Commit

Permalink
Merge pull request #31 from snyk-tech-services/fix/use-node-12-release
Browse files Browse the repository at this point in the history
fix: use node 12 to release
  • Loading branch information
lili2311 authored May 27, 2021
2 parents 689478b + 14f08bd commit 16c1ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
jobs:
build-test-monitor:
docker:
- image: circleci/node:latest
- image: circleci/node:12
steps:
- checkout
- run: npm install
Expand Down

0 comments on commit 16c1ac4

Please sign in to comment.