Skip to content

Commit 8ca4d34

Browse files
committed
try again
1 parent dfa6f09 commit 8ca4d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: 2.1
22
jobs:
33
test:
44
docker:
5-
- image: circleci/node:16.14
5+
- image: circleci/node:lts
66
steps:
77
- checkout
88
- run: npm install
99
- run: npm run test:unit
1010

1111
release:
1212
docker:
13-
- image: circleci/node:16.14
13+
- image: circleci/node:lts
1414
steps:
1515
- checkout
1616
- run: npm install

0 commit comments

Comments
 (0)