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 5de5dbe commit 44988c7Copy full SHA for 44988c7
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/node:16.13
+ - image: circleci/node:16.13.1
6
7
steps:
8
- checkout
@@ -25,7 +25,7 @@ jobs:
25
- run: yarn test:coverage
26
release:
27
28
29
30
31
- run: yarn install
0 commit comments