Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
feat: update CirrusCI config (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
artiebits authored Jan 21, 2023
1 parent a5e3b9d commit d9a3a72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
container:
image: node:16
image: node:latest

check_task:
env:
Expand All @@ -8,10 +8,10 @@ check_task:
node_modules_cache:
folder: node_modules
fingerprint_script: cat package-lock.json
populate_script: npm install
populate_script: yarn install

lint_script: npm run lint
lint_script: yarn run lint

test_script: npm run test && bash <(curl -s https://codecov.io/bash)
test_script: yarn run test && bash <(curl -s https://codecov.io/bash)

build_script: npm run build
build_script: yarn run build

0 comments on commit d9a3a72

Please sign in to comment.