diff --git a/.github/workflows/check-electron-abi.yml b/.github/workflows/check-electron-abi.yml index b3760ed..0346d1d 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: lts/* - name: Create a Temporary package.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bffb7f..b160cad 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: '24.x' - name: Install diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e6c814..d02b765 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: "${{ matrix.node-version }}" cache: 'yarn' diff --git a/.github/workflows/update-abi.yml b/.github/workflows/update-abi.yml index 0f3626a..b22aaee 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version-file: '.nvmrc' - run: yarn install --immutable