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 464d2b6 commit 9437f08Copy full SHA for 9437f08
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
description: Checks the code formatting
11
docker:
12
- - image: cimg/node:22.1.0
+ - image: cimg/node:22.4.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