Skip to content

Commit

Permalink
Bump node version in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Oct 15, 2022
1 parent 14e2a98 commit ee39f94
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 @@ -6,7 +6,7 @@ jobs:
FORCE_COLOR: '1'
TOOL_NODE_FLAGS: --max_old_space_size=4096
docker:
- image: circleci/node:16.12.0-browsers
- image: cimg/node:16.18.0-browsers
steps:
- checkout
- add_ssh_keys
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
FORCE_COLOR: '1'
SCREENSHOT_DIR: /tmp/bemuse-e2e-screenshot
docker:
- image: circleci/node:16.12.0-browsers
- image: cimg/node:16.18.0-browsers
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit ee39f94

Please sign in to comment.