Skip to content

Commit c0e0c6b

Browse files
committed
updated
1 parent 095208b commit c0e0c6b

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/studio.yml

+2-15
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,12 @@ jobs:
3434
node: [20]
3535

3636
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 }}
5037

5138
- name: Install dependencies
52-
run: ${{ steps.pkgman.outputs.package_manager }} install
39+
run: npm install
5340

5441
- name: Install @nuxthq/studio
55-
run: ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio
42+
run: npm add -D @nuxthq/studio
5643

5744
- name: Create .nuxtrc
5845
run: echo $'\nautoImport=true\nmodules[]=@nuxthq/studio' >> .nuxtrc

0 commit comments

Comments
 (0)