diff --git a/.github/workflows/check-electron-abi.yml b/.github/workflows/check-electron-abi.yml index f586058..b3760ed 100644 --- a/.github/workflows/check-electron-abi.yml +++ b/.github/workflows/check-electron-abi.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: lts/* - name: Create a Temporary package.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1981f7f..cff2400 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: '24.x' - name: Install diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c88deb2..671accb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup Node.js - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: "${{ matrix.node-version }}" cache: 'yarn' diff --git a/.github/workflows/update-abi.yml b/.github/workflows/update-abi.yml index 9075ea8..b880d36 100644 --- a/.github/workflows/update-abi.yml +++ b/.github/workflows/update-abi.yml @@ -29,7 +29,7 @@ jobs: with: ref: ${{ matrix.branch }} token: ${{ steps.generate-token.outputs.token }} - - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: '.nvmrc' - run: yarn install --immutable