Skip to content

Commit

Permalink
ci: drop <18 tests, add fail-fast flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Jan 8, 2024
1 parent 9ae1bfd commit 4ab1777
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cloudflare-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
working-directory: packages/cloudflare-worker

strategy:
fail-fast: false
matrix:
node-version:
- 14
- 16
- 18
- 20

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
working-directory: packages/node

strategy:
fail-fast: false
matrix:
node-version:
- 14
- 16
- 18
- 20

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
working-directory: packages/sdk-snippets

strategy:
fail-fast: false
matrix:
node-version:
- 14
- 16
- 18
- 20

Expand Down

0 comments on commit 4ab1777

Please sign in to comment.