Skip to content

Commit cebb1a5

Browse files
committed
Update ci node versions
1 parent 0eb1b00 commit cebb1a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
jobs:
55
lintandcoverage:
66
docker:
7-
- image: cimg/node:16.20.2
7+
- image: cimg/node:18.20.8
88
steps:
99
- checkout
1010
- run: npm install
@@ -25,28 +25,28 @@ workflows:
2525
ignore:
2626
- /.*/
2727
- node/test:
28-
version: '17.9.1'
28+
version: '18.20.8'
2929
pkg-manager: npm
3030
filters:
3131
tags:
3232
ignore:
3333
- /.*/
3434
- node/test:
35-
version: '18.17.1'
35+
version: '20.19.3'
3636
pkg-manager: npm
3737
filters:
3838
tags:
3939
ignore:
4040
- /.*/
4141
- node/test:
42-
version: '19.9.0'
42+
version: '22.17.0'
4343
pkg-manager: npm
4444
filters:
4545
tags:
4646
ignore:
4747
- /.*/
4848
- node/test:
49-
version: '20.6.0'
49+
version: '24.3.0'
5050
pkg-manager: npm
5151
filters:
5252
tags:

0 commit comments

Comments
 (0)