File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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/codeclimate-action@v9.0.0
4746 env :
4847 CC_TEST_REPORTER_ID : d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154
You can’t perform that action at this time.
0 commit comments