Skip to content

Commit

Permalink
update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Aug 21, 2023
1 parent f6d530d commit aa1ebaa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
fail-fast: false
matrix:
node-version:
- 14
- 16
- 18
- 20
os:
Expand All @@ -57,12 +55,6 @@ jobs:
- macos-latest
project:
- fetch
exclude:
- os: windows-latest
node-version: 14
# On macOS, run tests with only the LTS environments.
- os: macos-latest
node-version: 14

steps:
- uses: actions/checkout@v3
Expand All @@ -81,7 +73,7 @@ jobs:
# upload coverage only once
- name: Coveralls
uses: coverallsapp/github-action@master
if: matrix.node == '14' && matrix.os == 'ubuntu-latest'
if: matrix.node == '18' && matrix.os == 'ubuntu-latest'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
fail-fast: false
matrix:
node-version:
- 14
- 16
- 18
- 20
os:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/form-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
fail-fast: false
matrix:
node-version:
- 14
- 16
- 18
- 20
os:
Expand Down

0 comments on commit aa1ebaa

Please sign in to comment.