Skip to content

Commit

Permalink
launch tests with the updated Node.js images
Browse files Browse the repository at this point in the history
Currently, can not use Node.js >= 20.8 because mock-fs used in the unit
tests does not support it. tschaub/mock-fs#384
  • Loading branch information
polomsky committed Mar 6, 2024
1 parent e0a3a3b commit ebd5e39
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 @@ -10,13 +10,13 @@ executors:
- image: cimg/node:14.21
node-16:
docker:
- image: cimg/node:16.18
- image: cimg/node:16.20
node-18:
docker:
- image: cimg/node:18.12
- image: cimg/node:18.19
node-20:
docker:
- image: cimg/node:20.0
- image: cimg/node:20.4

jobs:
build:
Expand Down

0 comments on commit ebd5e39

Please sign in to comment.