diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 01dd17b..ffafba7 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Set up Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: # Note: '*' is "latest LTS version" (without check-latest, it would be # "latest LTS version in local cache") because it first checks @@ -96,7 +96,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Set up Node.js ${{ matrix.node }} - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} architecture: ${{ matrix.arch }}