Skip to content

Commit 2b2a8a6

Browse files
committed
Try node 16.20
1 parent 8e0bcbd commit 2b2a8a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
install:
55
working_directory: ~/angular-google-charts
66
docker:
7-
- image: node:16.10
7+
- image: node:20.13
88
steps:
99
- checkout
1010
- restore_cache:
@@ -21,12 +21,13 @@ jobs:
2121
test:
2222
working_directory: ~/angular-google-charts
2323
docker:
24-
- image: node:16.10
24+
- image: node:20.13
2525
steps:
2626
- checkout
2727
- restore_cache:
2828
keys:
2929
- node-{{ checksum "package-lock.json" }}
30+
- run: echo 'export PATH=$(npm bin):$PATH' >> $BASH_ENV
3031
- run:
3132
name: Run tests
3233
command: npm run test -- --ci --coverage --reporters default --reporters jest-junit

0 commit comments

Comments
 (0)