We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0bcbd commit 2b2a8a6Copy full SHA for 2b2a8a6
.circleci/config.yml
@@ -4,7 +4,7 @@ jobs:
4
install:
5
working_directory: ~/angular-google-charts
6
docker:
7
- - image: node:16.10
+ - image: node:20.13
8
steps:
9
- checkout
10
- restore_cache:
@@ -21,12 +21,13 @@ jobs:
21
test:
22
23
24
25
26
27
28
keys:
29
- node-{{ checksum "package-lock.json" }}
30
+ - run: echo 'export PATH=$(npm bin):$PATH' >> $BASH_ENV
31
- run:
32
name: Run tests
33
command: npm run test -- --ci --coverage --reporters default --reporters jest-junit
0 commit comments