Skip to content

Commit aa1ebaa

Browse files
committed
update workflow version
1 parent f6d530d commit aa1ebaa

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.github/workflows/fetch.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
fail-fast: false
4848
matrix:
4949
node-version:
50-
- 14
51-
- 16
5250
- 18
5351
- 20
5452
os:
@@ -57,12 +55,6 @@ jobs:
5755
- macos-latest
5856
project:
5957
- fetch
60-
exclude:
61-
- os: windows-latest
62-
node-version: 14
63-
# On macOS, run tests with only the LTS environments.
64-
- os: macos-latest
65-
node-version: 14
6658

6759
steps:
6860
- uses: actions/checkout@v3
@@ -81,7 +73,7 @@ jobs:
8173
# upload coverage only once
8274
- name: Coveralls
8375
uses: coverallsapp/github-action@master
84-
if: matrix.node == '14' && matrix.os == 'ubuntu-latest'
76+
if: matrix.node == '18' && matrix.os == 'ubuntu-latest'
8577
with:
8678
github-token: ${{ secrets.GITHUB_TOKEN }}
8779

.github/workflows/file.yml

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
node-version:
48-
- 14
49-
- 16
5048
- 18
5149
- 20
5250
os:

.github/workflows/form-data.yml

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
node-version:
49-
- 14
50-
- 16
5149
- 18
5250
- 20
5351
os:

0 commit comments

Comments
 (0)