fix(FN-4280): complete Step 2 — add checkout before local setup action
Fusion-Task-Id: FN-4406 Fusion-Task-Lineage: 298e071a-5588-411d-886d-f5bf1b6b6113
This commit is contained in:
9
.github/workflows/mobile.yml
vendored
9
.github/workflows/mobile.yml
vendored
@@ -10,6 +10,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node and install dependencies
|
||||
uses: ./.github/actions/setup-node-pnpm
|
||||
|
||||
@@ -29,6 +32,9 @@ jobs:
|
||||
needs: build-web
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node and install dependencies
|
||||
uses: ./.github/actions/setup-node-pnpm
|
||||
|
||||
@@ -99,6 +105,9 @@ jobs:
|
||||
needs: build-web
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node and install dependencies
|
||||
uses: ./.github/actions/setup-node-pnpm
|
||||
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -40,6 +40,9 @@ jobs:
|
||||
binary: fn-windows-x64.exe
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node and install dependencies
|
||||
uses: ./.github/actions/setup-node-pnpm
|
||||
|
||||
|
||||
3
.github/workflows/test-release.yml
vendored
3
.github/workflows/test-release.yml
vendored
@@ -31,6 +31,9 @@ jobs:
|
||||
binary: fn-windows-x64.exe
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node and install dependencies
|
||||
uses: ./.github/actions/setup-node-pnpm
|
||||
|
||||
|
||||
3
.github/workflows/version.yml
vendored
3
.github/workflows/version.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: ./.github/actions/setup-node-pnpm
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user