We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c05b0 commit bb241aeCopy full SHA for bb241ae
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
description: Checks the code formatting
11
docker:
12
- - image: cimg/node:20.6.0
+ - image: cimg/node:20.8.0
13
environment:
14
# we don't need Cypress to check code styl
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