We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72f4f3 commit 275503bCopy full SHA for 275503b
.circleci/config.yml
@@ -16,7 +16,7 @@ references:
16
jobs:
17
build-test:
18
docker:
19
- - image: circleci/node:17
+ - image: circleci/node:17.2.0
20
steps:
21
- checkout
22
- *restore_yarn_cache
@@ -36,7 +36,7 @@ jobs:
36
37
integration-test:
38
39
- - image: circleci/node:17-browsers
+ - image: circleci/node:17.2.0-browsers
40
41
42
@@ -47,7 +47,7 @@ jobs:
47
48
publish:
49
50
51
52
53
0 commit comments