diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 145c1df..1eaeaab 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,11 +17,11 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' - run: npm install - run: npm test # - uses: codecov/codecov-action@v4 @@ -34,11 +34,11 @@ jobs: if: github.ref != 'refs/heads/main' needs: test steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' - run: npm install - name: extracting last commit message run: | @@ -59,11 +59,11 @@ jobs: if: github.ref == 'refs/heads/main' needs: test steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' - run: npm install - name: extracting last commit message run: | diff --git a/package.json b/package.json index bedbdea..26e2c71 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/exec": "7.1.0", "@semantic-release/git": "10.0.1", - "c8": "10.1.3", + "c8": "11.0.0", "dotenv": "17.0.1", "esbuild": "0.25.4", "eslint": "8.57.1", @@ -56,8 +56,8 @@ "lint-staged": "16.0.0", "mocha": "11.2.2", "mocha-multi-reporters": "1.5.1", - "nock": "13.5.6", - "semantic-release": "24.2.3", + "nock": "14.0.11", + "semantic-release": "25.0.3", "wrangler": "4.14.4" }, "wsk": {