diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 145c1df..a535e25 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@v7 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v7 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@v7 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v7 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@v7 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v7 with: - node-version: '22.x' + node-version: '24.x' - run: npm install - name: extracting last commit message run: |