Skip to content

Commit

Permalink
Use fixed node for CI
Browse files Browse the repository at this point in the history
- Fixes npm/cli#2000
  • Loading branch information
rumax committed Oct 26, 2020
1 parent ec197e7 commit 2106ee3
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 @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:latest
- image: circleci/node:14
steps:
- checkout
- run: npm install
Expand Down

0 comments on commit 2106ee3

Please sign in to comment.