Skip to content

Commit c4de6dd

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

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node-version:
19-
- 12
20-
- 14
21-
- 16
2219
- 18
2320
- 20
21+
- 22
22+
- 23
2423
- current
2524
os:
2625
- ubuntu-latest
@@ -35,14 +34,14 @@ jobs:
3534
- run: npm i
3635
- run: npm test
3736
- run: npm run eslint
38-
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
37+
if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
3938
- name: Coveralls
40-
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
39+
if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
4140
uses: coverallsapp/github-action@v2
4241
with:
4342
github-token: ${{ secrets.GITHUB_TOKEN }}
4443
- name: Publish codeclimate code coverage
45-
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
44+
if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
4645
uses: paambaati/[email protected]
4746
env:
4847
CC_TEST_REPORTER_ID: d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154

0 commit comments

Comments
 (0)