Skip to content

Commit bc504e6

Browse files
committed
Update Node.js version matrix and modify test command to allow passing with no tests
1 parent 301117b commit bc504e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [18.x, 20.x]
18+
node-version: [20.x]
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
@@ -38,4 +38,4 @@ jobs:
3838
- name: Run tests
3939
env:
4040
CI: true
41-
run: npm test -- --watchAll=false
41+
run: npm test -- --watchAll=false --passWithNoTests

0 commit comments

Comments
 (0)