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 c379e19 commit 5bfff4aCopy full SHA for 5bfff4a
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
description: Checks the code formatting
11
docker:
12
- - image: cimg/node:16.20.0
+ - image: cimg/node:16.20.1
13
environment:
14
# we don't need Cypress to check code styl
15
CYPRESS_INSTALL_BINARY: '0'
@@ -83,7 +83,7 @@ jobs:
83
publish:
84
description: Publishes the new version of the plugin to NPM
85
86
87
88
# we don't need Cypress to do the release
89
0 commit comments