Skip to content

Commit dd69bda

Browse files
committed
Use fixed node for CI
- Fixes npm/cli#2000
1 parent c379d5b commit dd69bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:latest
5+
- image: circleci/node:14
66
steps:
77
- checkout
88
- run: npm install

0 commit comments

Comments
 (0)