Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit 9477d5f

Browse files
committed
FUSETOOLS2-1359 - vsce 2.2.0 requires node 14
underlying image is now using nvm, so switch to use nvm to setup the wanted version Signed-off-by: Aurélien Pupier <[email protected]>
1 parent c3a51c3 commit 9477d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
job_default: &job_defaults
44
working_directory: ~/vscode-didact
55
docker:
6-
- image: cimg/node:lts-browsers
6+
- image: cimg/node:14.18-browsers
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)