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 56c23e8 commit 99ebbc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,22 @@ executors:
node:
docker:
- image: cimg/node:20.12.2
resource_class: arm.medium
resource_class: medium
windows:
machine:
image: windows-server-2022-gui:current
resource_class: windows.medium
macos:
macos:
xcode: 15.2.0
linux:
linux-arm:
docker:
- image: cimg/base:current
resource_class: arm.medium
linux:
docker:
- image: cimg/base:current
resource_class: medium

refs:
steps:
Expand Down Expand Up @@ -103,6 +107,6 @@ workflows:
- test-node:
matrix:
parameters:
os: ['macos']
node-version: ['16', '18', '20', '22']
os: ['linux', 'linux-arm']
node-version: ['14','16', '18', '20', '22']

3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
branches:
except:
- circleci

image:
- Visual Studio 2022
- Ubuntu2204
Expand Down Expand Up @@ -64,7 +64,6 @@ skip_commits:
- 'test/config.json'
- 'test/double'
- 'appveyor_double.yml'
- '.circleci'

build: off

Expand Down

0 comments on commit 99ebbc1

Please sign in to comment.