File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -34,25 +34,12 @@ jobs:
34
34
node : [20]
35
35
36
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
37
51
38
- name : Install dependencies
52
- run : ${{ steps.pkgman.outputs.package_manager }} install
39
+ run : npm install
53
40
54
41
- name : Install @nuxthq/studio
55
- run : ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio
42
+ run : npm add -D @nuxthq/studio
56
43
57
44
- name : Create .nuxtrc
58
45
run : echo $'\nautoImport=true\nmodules[]=@nuxthq/studio' >> .nuxtrc
You can’t perform that action at this time.
0 commit comments