Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Merge pull request #56 from iLib-js/nodeversion
Browse files Browse the repository at this point in the history
Update for the test on node v20 in circleCI
  • Loading branch information
gouniLee authored Jul 22, 2024
2 parents cd2faec + 202022a commit d92f259
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ workflows:
test-all-node-versions:
jobs:
- test:
docker_image: cimg/node:12.22.12
docker_image: cimg/node:12.22
- test:
docker_image: cimg/node:14.21.3
docker_image: cimg/node:14.21
- test:
docker_image: cimg/node:16.20.2
docker_image: cimg/node:16.20
- test:
docker_image: cimg/node:18.17.1
docker_image: cimg/node:18.20
- test:
docker_image: cimg/node:20.15
- test

0 comments on commit d92f259

Please sign in to comment.