Skip to content

Commit a75f935

Browse files
committed
fix CI
1 parent 31d5638 commit a75f935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
<<: *params
2525
steps:
2626
- checkout
27-
- node/install-packages
27+
- run: npm install # no cache, no lockfile - because this is a library
2828
- run: npm run lint:prettier
2929
- run: npm run lint:eslint -- --format junit --output-file reports/eslint/results.xml
3030
test:
@@ -33,7 +33,7 @@ jobs:
3333
<<: *params
3434
steps:
3535
- checkout
36-
- node/install-packages
36+
- run: npm install
3737
- run: npm test -- --ci --coverage # reports automatically generated
3838

3939
workflows:

0 commit comments

Comments
 (0)