Skip to content

Commit 00e81ae

Browse files
authored
Upgrade to Node v20
1 parent c695966 commit 00e81ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
install:
88
docker:
9-
- image: cimg/node:14.17.0
9+
- image: cimg/node:20.13.1
1010
steps:
1111
- checkout
1212
- run: npm install
@@ -20,7 +20,7 @@ jobs:
2020

2121
tests:
2222
docker:
23-
- image: cimg/node:14.17.0
23+
- image: cimg/node:20.13.1
2424
steps:
2525
- checkout
2626
- attach_workspace:
@@ -31,7 +31,7 @@ jobs:
3131

3232
build:
3333
docker:
34-
- image: cimg/node:14.17.0
34+
- image: cimg/node:20.13.1
3535
steps:
3636
- checkout
3737
- attach_workspace:
@@ -45,7 +45,7 @@ jobs:
4545

4646
deploy:
4747
docker:
48-
- image: cimg/node:14.17.0
48+
- image: cimg/node:20.13.1
4949
steps:
5050
- checkout
5151
- attach_workspace:

0 commit comments

Comments
 (0)