Skip to content

Commit ca8707a

Browse files
committed
ci: fix nuxt4 app creation command
1 parent 827ffaf commit ca8707a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuxt4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Create Nuxt 4 app
3434
run: |
35-
npx nuxi@4 init nuxt4-app --no-install
35+
npx nuxi init nuxt4-app -t v4 --no-install
3636
if [ ! -d "nuxt4-app" ]; then
3737
echo "Error: nuxt4-app directory was not created"
3838
exit 1

0 commit comments

Comments
 (0)