Skip to content

Commit ca600cc

Browse files
committed
feat: add Nuxt CLI installation step in build workflow
1 parent 4c9904f commit ca600cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- uses: actions/setup-node@v4
4646
with:
4747
node-version: 20
48+
- name: Install Nuxt CLI
49+
run: npm install -g nuxt
4850
- name: Install Tauri CLI
4951
run: npm install -g @tauri-apps/cli
5052
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)