Skip to content

Commit

Permalink
Migrated docker image in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Dec 13, 2022
1 parent 667a400 commit 68c3bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
parallelism: 4
docker:
- image: circleci/node:10-browsers
- image: cimg/node:16-browsers
environment:
WATAI_TESTS: tests/integration
SAUCE_USERNAME: openfisca
Expand All @@ -20,7 +20,7 @@ jobs:
key: sc-4.8.2
- run:
name: Install app dependencies
command: npm install
command: npm install --force
- run:
name: Install saucelabs
command: |
Expand Down
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68c3bb5

Please sign in to comment.