We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095208b commit c0e0c6bCopy full SHA for c0e0c6b
.github/workflows/studio.yml
@@ -34,25 +34,12 @@ jobs:
34
node: [20]
35
36
steps:
37
- - name: Checkout
38
- uses: actions/checkout@v4
39
-
40
41
- - uses: npm/action-setup@v4
42
- if: ${{ steps.pkgman.outputs.package_manager == 'npm' }}
43
- name: Install npm
44
- id: npm-install
45
46
- - uses: actions/setup-node@v4
47
- with:
48
- version: ${{ matrix.node }}
49
- cache: ${{ steps.pkgman.outputs.cache }}
50
51
- name: Install dependencies
52
- run: ${{ steps.pkgman.outputs.package_manager }} install
+ run: npm install
53
54
- name: Install @nuxthq/studio
55
- run: ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio
+ run: npm add -D @nuxthq/studio
56
57
- name: Create .nuxtrc
58
run: echo $'\nautoImport=true\nmodules[]=@nuxthq/studio' >> .nuxtrc
0 commit comments