Skip to content

Commit b57c46d

Browse files
committed
Drop running tests on EOL versions of Node.JS
1 parent 59ee4d7 commit b57c46d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node-version:
19-
- 12
20-
- 14
21-
- 16
2219
- 18
2320
- 20
21+
- 22
2422
- current
2523
os:
2624
- ubuntu-latest
@@ -35,14 +33,14 @@ jobs:
3533
- run: npm i
3634
- run: npm test
3735
- run: npm run eslint
38-
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
36+
if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
3937
- name: Coveralls
40-
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
38+
if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
4139
uses: coverallsapp/github-action@v2
4240
with:
4341
github-token: ${{ secrets.GITHUB_TOKEN }}
4442
- name: Publish codeclimate code coverage
45-
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
43+
if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
4644
uses: paambaati/[email protected]
4745
env:
4846
CC_TEST_REPORTER_ID: d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154

0 commit comments

Comments
 (0)