Skip to content

Commit 832352f

Browse files
committed
Drop old node versions from workflow run
1 parent bf481d6 commit 832352f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [14, 16, 18, 20, 22]
17+
node-version: [18, 20, 22]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -28,7 +28,7 @@ jobs:
2828
npm run test
2929
npm run coverage
3030
- name: Publish to coveralls.io
31-
if: ${{ matrix.node-version == 16 }}
31+
if: ${{ matrix.node-version == 20 }}
3232
uses: coverallsapp/github-action@v2
3333
with:
3434
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)