Skip to content

Commit 8be7ba1

Browse files
committed
Update node version
1 parent a5295c3 commit 8be7ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ orbs:
88
jobs:
99
build:
1010
docker:
11-
- image: cimg/node:12.22
11+
- image: cimg/node:16.19
1212
steps:
1313
- checkout
1414
- node/install-packages
@@ -56,7 +56,7 @@ jobs:
5656
template: basic_fail_1
5757
test:
5858
docker:
59-
- image: cimg/node:12.22
59+
- image: cimg/node:16.19
6060
steps:
6161
- checkout
6262
- node/install-packages

0 commit comments

Comments
 (0)