Skip to content

Commit

Permalink
chore: circleci の Node バージョンを修正 (#4863)
Browse files Browse the repository at this point in the history
Co-authored-by: shingo.sasaki <shingo.sasaki.0529@gmail.com>
  • Loading branch information
nabeliwo and s-sasaki-0529 authored Aug 28, 2024
1 parent 70fb287 commit db34941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ version: 2.1
executors:
node-maintenance:
docker:
- image: cimg/node:22.6.0
- image: cimg/node:18.20.4
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
node-active-lts:
docker:
- image: cimg/node:22.6.0
- image: cimg/node:20.16.0
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
node-active-lts-browsers:
docker:
- image: cimg/node:22.6.0-browsers
- image: cimg/node:20.16.0-browsers
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
Expand Down

0 comments on commit db34941

Please sign in to comment.