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 27d7045 commit 3854b04Copy full SHA for 3854b04
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
description: Checks the code formatting
11
docker:
12
- - image: cimg/node:21.5.0
+ - image: cimg/node:21.6.0
13
environment:
14
# we don't need Cypress to check code style
15
CYPRESS_INSTALL_BINARY: '0'
@@ -71,7 +71,7 @@ jobs:
71
publish:
72
description: Publishes the new version of the plugin to NPM
73
74
75
76
# we don't need Cypress to do the release
77
0 commit comments