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 fae8dc0 commit d614962
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,25 +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:
# 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:
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/base:current
resource_class: arm.medium
resource_class: arm.medium

refs:
steps:
Expand Down Expand Up @@ -78,6 +78,7 @@ jobs:
# - node/install-packages:
# cache-path: ~/project/node_modules
# override-ci-command: npm install
- *InstallNode
- *Versions
- run: npm install
- save_cache:
Expand All @@ -101,5 +102,5 @@ workflows:
matrix:
parameters:
os: ['linux']
node-version: ["14.17.6", "16.9.0"]
node-version: ['14.12.3', '16.20.2', '18.20.3', '20.14.0', '22.2.0']

0 comments on commit d614962

Please sign in to comment.