Skip to content

Commit

Permalink
chore(deps): update node.js to v20.8.1 (#712)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jennifer Shehane <[email protected]>
  • Loading branch information
renovate[bot] and jennifer-shehane authored Nov 3, 2023
1 parent 6bc51e7 commit 0d06013
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:20.8.0
- image: cimg/node:20.8.1
environment:
# we don't need Cypress to check code style
CYPRESS_INSTALL_BINARY: '0'
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
publish:
description: Publishes the new version of the plugin to NPM
docker:
- image: cimg/node:20.8.0
- image: cimg/node:20.8.1
environment:
# we don't need Cypress to do the release
CYPRESS_INSTALL_BINARY: '0'
Expand Down

0 comments on commit 0d06013

Please sign in to comment.