Skip to content

Commit 68c3bb5

Browse files
committed
Migrated docker image in CI
1 parent 667a400 commit 68c3bb5

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
parallelism: 4
66
docker:
7-
- image: circleci/node:10-browsers
7+
- image: cimg/node:16-browsers
88
environment:
99
WATAI_TESTS: tests/integration
1010
SAUCE_USERNAME: openfisca
@@ -20,7 +20,7 @@ jobs:
2020
key: sc-4.8.2
2121
- run:
2222
name: Install app dependencies
23-
command: npm install
23+
command: npm install --force
2424
- run:
2525
name: Install saucelabs
2626
command: |

package-lock.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)