Skip to content

Commit 8b79311

Browse files
authored
chore: bump node images from v8 to v12 (#756)
1 parent 942b532 commit 8b79311

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 2
2222
jobs:
2323
Typecheck:
2424
docker:
25-
- image: circleci/node:8
25+
- image: circleci/node:12
2626
steps:
2727
- checkout
2828
- restore-cache: *restore-cache
@@ -31,7 +31,7 @@ jobs:
3131

3232
Build:
3333
docker:
34-
- image: circleci/node:8
34+
- image: circleci/node:12
3535
steps:
3636
- checkout
3737
- restore-cache: *restore-cache
@@ -42,7 +42,7 @@ jobs:
4242

4343
Test:
4444
docker:
45-
- image: circleci/node:8
45+
- image: circleci/node:12
4646
steps:
4747
- checkout
4848
- restore-cache: *restore-cache

0 commit comments

Comments
 (0)