diff --git a/.github/workflows/extract.yml b/.github/workflows/extract.yml index 6cca2d9..c8de3d0 100644 --- a/.github/workflows/extract.yml +++ b/.github/workflows/extract.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: "22" @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: "22" diff --git a/.github/workflows/test-android.yml b/.github/workflows/test-android.yml index 5280d5d..92239d1 100644 --- a/.github/workflows/test-android.yml +++ b/.github/workflows/test-android.yml @@ -129,7 +129,7 @@ jobs: # React Native samples need their JS deps installed first so autolinking # can resolve native modules from node_modules. Detect by walking up to # the directory that owns package.json. - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: "22" - name: Enable Corepack diff --git a/.github/workflows/test-ios.yml b/.github/workflows/test-ios.yml index eeca54c..dbaa9fe 100644 --- a/.github/workflows/test-ios.yml +++ b/.github/workflows/test-ios.yml @@ -117,7 +117,7 @@ jobs: # must be installed first. - name: Set up Node (RN iOS) if: steps.type.outputs.type == 'rn' - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: "22" - name: Enable Corepack (RN iOS) diff --git a/.github/workflows/test-js.yml b/.github/workflows/test-js.yml index 7543ec5..b0070ac 100644 --- a/.github/workflows/test-js.yml +++ b/.github/workflows/test-js.yml @@ -72,7 +72,7 @@ jobs: project: ${{ fromJson(needs.find-projects.outputs.matrix) }} steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: "22" - name: Enable Corepack