Thanks to visit codestin.com Credit goes to github.com
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 b39f10b commit b3adfa7Copy full SHA for b3adfa7
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
description: Checks the code formatting
11
docker:
12
- - image: cimg/node:22.11.0
+ - image: cimg/node:22.12.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