Skip to content

Commit 275503b

Browse files
chore(deps): pin node.js (#947)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b72f4f3 commit 275503b

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
@@ -16,7 +16,7 @@ references:
1616
jobs:
1717
build-test:
1818
docker:
19-
- image: circleci/node:17
19+
- image: circleci/node:17.2.0
2020
steps:
2121
- checkout
2222
- *restore_yarn_cache
@@ -36,7 +36,7 @@ jobs:
3636

3737
integration-test:
3838
docker:
39-
- image: circleci/node:17-browsers
39+
- image: circleci/node:17.2.0-browsers
4040
steps:
4141
- checkout
4242
- *restore_yarn_cache
@@ -47,7 +47,7 @@ jobs:
4747

4848
publish:
4949
docker:
50-
- image: circleci/node:17
50+
- image: circleci/node:17.2.0
5151
steps:
5252
- checkout
5353
- *restore_yarn_cache

0 commit comments

Comments
 (0)