Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingr authored Jan 2, 2023
1 parent 4cf0cde commit 8ca86ff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,26 @@ common_steps: &common_steps
jobs:
node-14:
docker:
- image: cimg/node:14
- image: cimg/node:14.21.1


<<: *common_steps

node-16:
docker:
- image: cimg/node:16
- image: cimg/node:16.19.0

<<: *common_steps

node-18:
docker:
- image: cimg/node:18
- image: cimg/node:18.12.1

<<: *common_steps

node-19:
docker:
- image: cimg/node:19
- image: cimg/node:19.3.0

<<: *common_steps

Expand Down

0 comments on commit 8ca86ff

Please sign in to comment.