Skip to content

Commit 2783af6

Browse files
authoredMay 18, 2024
chore(deps): update node.js to v22.2.0
1 parent 5b07e59 commit 2783af6

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:22.1.0
12+
- image: cimg/node:22.2.0
1313
environment:
1414
# we don't need Cypress to check code style
1515
CYPRESS_INSTALL_BINARY: '0'
@@ -71,7 +71,7 @@ jobs:
7171
publish:
7272
description: Publishes the new version of the plugin to NPM
7373
docker:
74-
- image: cimg/node:22.1.0
74+
- image: cimg/node:22.2.0
7575
environment:
7676
# we don't need Cypress to do the release
7777
CYPRESS_INSTALL_BINARY: '0'

0 commit comments

Comments
 (0)
Please sign in to comment.