Skip to content

Commit c50e8c0

Browse files
renovate[bot]Ben M
and
Ben M
authored
chore(deps): update node.js to v20 (#687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ben M <[email protected]>
1 parent 7786c83 commit c50e8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint:
1010
description: Checks the code formatting
1111
docker:
12-
- image: cimg/node:16.20.1
12+
- image: cimg/node:20.5.1
1313
environment:
1414
# we don't need Cypress to check code styl
1515
CYPRESS_INSTALL_BINARY: '0'
@@ -83,7 +83,7 @@ jobs:
8383
publish:
8484
description: Publishes the new version of the plugin to NPM
8585
docker:
86-
- image: cimg/node:16.20.1
86+
- image: cimg/node:20.5.1
8787
environment:
8888
# we don't need Cypress to do the release
8989
CYPRESS_INSTALL_BINARY: '0'

0 commit comments

Comments
 (0)