Skip to content

Commit 0b49abe

Browse files
try adding back macos
1 parent a0b091f commit 0b49abe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
operating-system: [ubuntu-latest, windows-latest]
13+
operating-system: [ubuntu-latest, macos-latest, windows-latest]
1414
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
15+
architecture: [x64]
1516

1617
steps:
1718
- uses: actions/checkout@v4
@@ -20,6 +21,8 @@ jobs:
2021
with:
2122
node-version: ${{ matrix.node-version }}
2223
cache: 'npm'
24+
cache-dependency-path: 'package-lock.json'
25+
architecture: ${{ matrix.architecture }}
2326

2427
- run: npm ci
2528

0 commit comments

Comments
 (0)