From 4b8bbcac087256d199ff5f22f7816f1f682833ad Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Thu, 26 Mar 2026 16:18:46 +0200 Subject: [PATCH] Update CI config --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 241583b..c266b69 100644 --- a/.github/workflows/ci.yml +++ b/.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 }}