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 7786c83 commit c50e8c0Copy full SHA for c50e8c0
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
description: Checks the code formatting
11
docker:
12
- - image: cimg/node:16.20.1
+ - image: cimg/node:20.5.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