Skip to content

Commit 534031d

Browse files
chore(deps): update node.js to v17 (#1170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb26b6e commit 534031d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 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:12
25+
- image: circleci/node:17
2626
steps:
2727
- checkout
2828
- restore-cache: *restore-cache
@@ -32,7 +32,7 @@ jobs:
3232

3333
Build:
3434
docker:
35-
- image: circleci/node:12
35+
- image: circleci/node:17
3636
steps:
3737
- checkout
3838
- restore-cache: *restore-cache
@@ -43,7 +43,7 @@ jobs:
4343

4444
Web Platform Tests:
4545
docker:
46-
- image: circleci/node:12-browsers
46+
- image: circleci/node:17-browsers
4747
steps:
4848
- checkout
4949
- restore-cache: *restore-cache
@@ -68,7 +68,7 @@ jobs:
6868

6969
Browserstack:
7070
docker:
71-
- image: circleci/node:12
71+
- image: circleci/node:17
7272
steps:
7373
- checkout
7474
- restore-cache: *restore-cache

0 commit comments

Comments
 (0)