Skip to content

Commit 23e3591

Browse files
committed
change node version in ci
1 parent 894133b commit 23e3591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: cimg/node:18.15
5+
- image: cimg/node:20.11.1
66
steps:
77
- checkout
88
- run: npm install
99
- run: npm run test:unit
1010

1111
release:
1212
docker:
13-
- image: cimg/node:18.15
13+
- image: cimg/node:20.11.1
1414
steps:
1515
- checkout
1616
- run: npm install

0 commit comments

Comments
 (0)