diff --git a/.github/actions/composite/setupNode/action.yml b/.github/actions/composite/setupNode/action.yml index 802a584e6e92..bc2a3f357b5a 100644 --- a/.github/actions/composite/setupNode/action.yml +++ b/.github/actions/composite/setupNode/action.yml @@ -9,7 +9,7 @@ runs: - uses: actions/setup-node@09ba51f18e18a3756fea1f54d09c6745c064491d with: - node-version: 16 + node-version: 14.19.3 cache: npm - name: Install node packages diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5d308c47b1e2..0af8907b085d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.actor != 'OSBotify' || github.event_name == 'workflow_call' }} runs-on: ubuntu-latest steps: - - uses: Expensify/App/.github/composite/setupNode@main + - uses: Expensify/App/.github/actions/composite/setupNode@main - run: npm run lint env: diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 369c023f5a0d..080f6da65f24 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -89,7 +89,7 @@ jobs: if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }} runs-on: macos-11 steps: - - uses: Expensify/App/.github/composite/setupNode@main + - uses: Expensify/App/.github/actions/composite/setupNode@main - name: Decrypt Developer ID Certificate run: cd desktop && gpg --quiet --batch --yes --decrypt --passphrase="$DEVELOPER_ID_SECRET_PASSPHRASE" --output developer_id.p12 developer_id.p12.gpg @@ -124,7 +124,7 @@ jobs: if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }} runs-on: macos-11 steps: - - uses: Expensify/App/.github/composite/setupNode@main + - uses: Expensify/App/.github/actions/composite/setupNode@main - uses: ruby/setup-ruby@08245253a76fa4d1e459b7809579c62bd9eb718a with: @@ -196,7 +196,7 @@ jobs: if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) }} runs-on: ubuntu-latest steps: - - uses: Expensify/App/.github/composite/setupNode@main + - uses: Expensify/App/.github/actions/composite/setupNode@main - name: Setup python run: sudo apt-get install python3-setuptools diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd1ecbd50e90..16d090bbd433 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.actor != 'OSBotify' || github.event_name == 'workflow_call' }} runs-on: ubuntu-latest steps: - - uses: Expensify/App/.github/composite/setupNode@main + - uses: Expensify/App/.github/actions/composite/setupNode@main # If automatic signing is enabled, iOS builds will fail, so ensure we always have the proper profile specified - name: Check Provisioning Style diff --git a/.github/workflows/validateGithubActions.yml b/.github/workflows/validateGithubActions.yml index 0d1cf1fc65f3..4e51d785d6b0 100644 --- a/.github/workflows/validateGithubActions.yml +++ b/.github/workflows/validateGithubActions.yml @@ -10,7 +10,7 @@ jobs: if: github.actor != 'OSBotify' runs-on: ubuntu-latest steps: - - uses: Expensify/App/.github/composite/setupNode@main + - uses: Expensify/App/.github/actions/composite/setupNode@main # Rebuild all the actions on this branch and check for a diff. Fail if there is one, # because that would be a sign that the PR author did not rebuild the Github Actions diff --git a/.github/workflows/verifyPodfile.yml b/.github/workflows/verifyPodfile.yml index efcfa4345d81..17d80ca7e055 100644 --- a/.github/workflows/verifyPodfile.yml +++ b/.github/workflows/verifyPodfile.yml @@ -10,6 +10,6 @@ jobs: if: github.actor != 'OSBotify' runs-on: ubuntu-latest steps: - - uses: Expensify/App/.github/composite/setupNode@main + - uses: Expensify/App/.github/actions/composite/setupNode@main - run: ./.github/scripts/verifyPodfile.sh