Skip to content

Commit

Permalink
try adding back macos
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Nov 26, 2024
1 parent a0b091f commit 17037a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
operating-system: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]

steps:
Expand All @@ -20,6 +20,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: 'package-lock.json'
check-latest: true

- run: npm ci

Expand Down

0 comments on commit 17037a9

Please sign in to comment.