diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index a7f0448..3438442 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,8 +29,8 @@ jobs: options: >- --health-interval 4s steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: 'lts/*' cache: 'npm' @@ -45,10 +45,10 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v6 with: node-version: 'lts/*' cache: 'npm'