mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
fix: checkout monorepo last for pnpm setup
This commit is contained in:
parent
e772a3916b
commit
2d53751502
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -183,9 +183,6 @@ jobs:
|
|||
os: [ubuntu-latest, windows-latest]
|
||||
node_version: [14]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Checkout docs
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -196,6 +193,9 @@ jobs:
|
|||
with:
|
||||
repository: withastro/astro.build
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup PNPM
|
||||
uses: pnpm/action-setup@v2.2.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue