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 c3d0d1e
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,8 +10,9 @@ 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]
architecture: [x64]

steps:
- uses: actions/checkout@v4
Expand All @@ -20,6 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: 'package-lock.json'

- run: npm ci

Expand Down

0 comments on commit c3d0d1e

Please sign in to comment.