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:
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
You can’t perform that action at this time.
0 commit comments