Browse Source

Update CI config

master
Vitaly Puzrin 2 weeks ago
parent
commit
4b8bbcac08
  1. 8
      .github/workflows/ci.yml

8
.github/workflows/ci.yml

@ -13,13 +13,13 @@ jobs:
strategy:
matrix:
node-version: [ '18' ]
node-version: [ '24' ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
@ -29,6 +29,6 @@ jobs:
run: npm test
- name: Upload coverage report to coveralls.io
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save