File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
3434 - run : npm i
3535 - run : npm test
3636 - run : npm run eslint
37- if : ${{ matrix.node-version == '16 ' && matrix.os == 'ubuntu-latest' }}
37+ if : ${{ matrix.node-version == '20 ' && matrix.os == 'ubuntu-latest' }}
3838 - name : Coveralls
39- if : ${{ matrix.node-version == '16 ' && matrix.os == 'ubuntu-latest' }}
39+ if : ${{ matrix.node-version == '20 ' && matrix.os == 'ubuntu-latest' }}
4040 uses : coverallsapp/github-action@master
4141 with :
4242 github-token : ${{ secrets.GITHUB_TOKEN }}
4343 - name : Publish codeclimate code coverage
44- if : ${{ matrix.node-version == '16 ' && matrix.os == 'ubuntu-latest' }}
44+ if : ${{ matrix.node-version == '20 ' && matrix.os == 'ubuntu-latest' }}
4545 uses : paambaati/codeclimate-action@v5.0.0
4646 env :
4747 CC_TEST_REPORTER_ID : d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154
You can’t perform that action at this time.
0 commit comments