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 d90ab58 commit fae8dc0
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
version: 2.1
orbs:
node: circleci/node@5
win: circleci/[email protected]
macos: circleci/[email protected]
# orbs:
# node: circleci/node@5
# win: circleci/[email protected]
# macos: circleci/[email protected]

executors:
node:
# node:
# docker:
# - image: cimg/node:20.12.2
# resource_class: arm.medium
# windows:
# machine:
# image: windows-server-2022-gui:current
# resource_class: windows.medium
# macos:
# macos:
# xcode: 15.2.0
linux:
docker:
- image: cimg/node:20.12.2
resource_class: arm.medium
windows:
machine:
image: windows-server-2022-gui:current
resource_class: windows.medium
macos:
macos:
xcode: 15.2.0
- image: cimg/base:current
resource_class: arm.medium

refs:
steps:
Expand Down Expand Up @@ -96,6 +100,6 @@ workflows:
- test-node:
matrix:
parameters:
os: ['node']
os: ['linux']
node-version: ["14.17.6", "16.9.0"]

0 comments on commit fae8dc0

Please sign in to comment.