Skip to content

Commit

Permalink
Update to latest NodeJS
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lüer committed Feb 7, 2020
1 parent ec5d128 commit a09d7cd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,16 +372,11 @@ jobs:
- v2-win-node-{{ arch }}-{{ .Branch }}-{{ checksum "yarn.lock" }}
- v2-win-node-{{ arch }}-{{ .Branch }}-
- v2-win-node-{{ arch }}-
- run:
command: nvm install 10.18.1
- run:
command: nvm use 10.18.1
- run:
command: node --version
- run:
command: choco install yarn
- run:
command: yarn install --frozen-lockfile
- *run_yarn
- save_cache:
key: v2-win-node-{{ arch }}-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
Expand Down

0 comments on commit a09d7cd

Please sign in to comment.