Skip to content

Commit 0f2408c

Browse files
committed
ci: add missing steps
1 parent 09d56bb commit 0f2408c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/nuxt-nightly.yml

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ jobs:
1313
timeout-minutes: 30
1414
runs-on: ubuntu-latest
1515
steps:
16+
- uses: actions/checkout@v4
17+
- run: corepack enable
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version: 20
21+
cache: "pnpm"
22+
- name: Install dependencies
23+
run: pnpm install
24+
1625
- name: Nuxt Nightly
1726
uses: danielroe/[email protected]
1827

0 commit comments

Comments
 (0)