Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jun 1, 2024
1 parent dd52923 commit 2dd9a92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executors:
node:
docker:
- image: cimg/node:20.12.2
resource_class: medium
resource_class: arm.medium
windows:
machine:
image: windows-server-2022-gui:current
Expand Down Expand Up @@ -96,5 +96,6 @@ workflows:
- test-node:
matrix:
parameters:
os: ['node', 'windows', 'macos']
os: ['node']
node-version: ['14', '16', '18', '20', '22']

0 comments on commit 2dd9a92

Please sign in to comment.