We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca3ba7 commit ac201dbCopy full SHA for ac201db
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
description: Checks the code formatting
11
docker:
12
- - image: cimg/node:22.13.1
+ - image: cimg/node:22.14.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