Skip to content

Commit

Permalink
ci: set fail-fast to false and use oldest node for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Mar 30, 2022
1 parent b745452 commit d71753f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: browser-actions/setup-firefox@latest
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 10
cache: npm
- run: npm ci
- run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
name: "Node ${{ matrix.node }} on Linux: Test and Lint"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node:
- 10
Expand Down Expand Up @@ -39,6 +40,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: false
matrix:
node:
- 10
Expand Down

0 comments on commit d71753f

Please sign in to comment.