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 }}