Skip to content

Commit

Permalink
Fix circleci image
Browse files Browse the repository at this point in the history
  • Loading branch information
bovine3dom committed Mar 14, 2023
1 parent eb3ef28 commit 79f2182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ commands:
jobs:
lint:
docker:
- image: circleci/node:latest
- image: cimg/node:latest
steps:
- run: sudo apt update
- run: sudo apt install -qq shellcheck
- commoncmd
- run: bash -c './ci/lint.sh'
unit:
docker:
- image: circleci/node:latest
- image: cimg/node:latest
steps:
- commoncmd
- run: bash -c './ci/unit.sh'
mozilla:
docker:
- image: circleci/node:latest
- image: cimg/node:latest
steps:
- commoncmd
- run: bash -c 'ci/mozilla.sh'
Expand Down

0 comments on commit 79f2182

Please sign in to comment.