Skip to content

Commit

Permalink
Merge branch 'master' into renovate/webpack-5.x-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile authored May 1, 2023
2 parents 4c5eb39 + d1dc161 commit cfe8c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
description: Checks the code formatting
docker:
- image: cimg/node:16.16.0
- image: cimg/node:16.20.0
environment:
# we don't need Cypress to check code styl
CYPRESS_INSTALL_BINARY: '0'
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
publish:
description: Publishes the new version of the plugin to NPM
docker:
- image: cimg/node:16.16.0
- image: cimg/node:16.20.0
environment:
# we don't need Cypress to do the release
CYPRESS_INSTALL_BINARY: '0'
Expand Down

0 comments on commit cfe8c2e

Please sign in to comment.