Skip to content

Commit 240d543

Browse files
committed
chore: upgrade node in circleci
1 parent ce2c72d commit 240d543

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2.1
22

33
orbs:
4-
node: circleci/node@5.1.0
4+
node: circleci/node@7.1.1
55

66
jobs:
77
install:
88
docker:
9-
- image: cimg/node:16.14
9+
- image: cimg/node:18.20
1010
steps:
1111
- checkout
1212
- run: sudo npm install -g [email protected]
@@ -26,7 +26,7 @@ jobs:
2626

2727
style:
2828
docker:
29-
- image: cimg/node:16.14
29+
- image: cimg/node:18.20
3030
steps:
3131
- checkout
3232
- restore_node_modules
@@ -45,7 +45,7 @@ jobs:
4545
4646
build:
4747
docker:
48-
- image: cimg/node:16.14
48+
- image: cimg/node:18.20
4949
steps:
5050
- checkout
5151
- restore_node_modules
@@ -59,7 +59,7 @@ jobs:
5959

6060
unit-test:
6161
docker:
62-
- image: cimg/node:16.14
62+
- image: cimg/node:18.20
6363
resource_class: large
6464
steps:
6565
- checkout
@@ -73,7 +73,7 @@ jobs:
7373

7474
publish:
7575
docker:
76-
- image: cimg/node:16.14
76+
- image: cimg/node:18.20
7777
steps:
7878
- checkout
7979
- restore_node_modules

0 commit comments

Comments
 (0)