Skip to content

Commit 8d90e7c

Browse files
Update test.yml
1 parent 2d121ac commit 8d90e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
node-version:
18+
- 15.x
1819
- 16.x
1920
- 17.x
2021
- 18.x
@@ -25,6 +26,6 @@ jobs:
2526
uses: actions/setup-node@v1
2627
with:
2728
node-version: '${{ matrix.node-version }}'
28-
- run: npm ci
29+
- run: npm ci --legacy-peer-deps
2930
- run: npm run build --if-present
3031
- run: npm test

0 commit comments

Comments
 (0)