Skip to content

Commit 1be9317

Browse files
committed
Revert "circleci fix docker image"
This reverts commit 915afd6. Revert "circleci stop using legacy docker images" This reverts commit ed76988. Revert "circleci change how npm ci is run" This reverts commit e170537. Revert "update package-lock" This reverts commit 8a7859d. Revert "circle config run ci in same command as lint" This reverts commit 21c149b.
1 parent 6313d72 commit 1be9317

File tree

2 files changed

+70
-72
lines changed

2 files changed

+70
-72
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ aliases:
4040
- v3-npm-
4141
- &defaults
4242
docker:
43-
- image: cimg/node:16.13-browsers
43+
- image: circleci/node:10-browsers
4444
working_directory: ~/repo
4545

4646
jobs:
@@ -52,9 +52,7 @@ jobs:
5252
steps:
5353
- *restore_git_cache
5454
- checkout
55-
- run:
56-
name: NPM Clean Install
57-
command: npm ci
55+
- run: npm ci
5856
- run:
5957
name: Lint
6058
command: npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit

0 commit comments

Comments
 (0)