update tested node versions
parent
022de4c764
commit
dce2f75a52
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node: [ 18, 20, 21 ]
|
node: [ 18, 20, 22, 23 ]
|
||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||||
|
|
@ -43,14 +43,14 @@ jobs:
|
||||||
run: c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 10000 --exit
|
run: c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 10000 --exit
|
||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
if: ${{ github.event_name != 'pull_request' && env.CODECOV_TOKEN != '' && matrix.node == 20 }}
|
if: ${{ github.event_name != 'pull_request' && env.CODECOV_TOKEN != '' && matrix.node == 22 }}
|
||||||
run: |
|
run: |
|
||||||
curl -Os https://uploader.codecov.io/latest/linux/codecov
|
curl -Os https://uploader.codecov.io/latest/linux/codecov
|
||||||
chmod +x codecov
|
chmod +x codecov
|
||||||
./codecov -t ${CODECOV_TOKEN}
|
./codecov -t ${CODECOV_TOKEN}
|
||||||
|
|
||||||
- name: DeepSource
|
- name: DeepSource
|
||||||
if: ${{ github.event_name != 'pull_request' && env.DEEPSOURCE_DSN != '' && matrix.node == 20 }}
|
if: ${{ github.event_name != 'pull_request' && env.DEEPSOURCE_DSN != '' && matrix.node == 22 }}
|
||||||
run: |
|
run: |
|
||||||
# Install deepsource CLI
|
# Install deepsource CLI
|
||||||
curl https://deepsource.io/cli | sh
|
curl https://deepsource.io/cli | sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue