Skip to content

Commit

Permalink
Fix npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
jphetphoumy committed May 6, 2024
1 parent 493bc22 commit 1c1c302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
node-version: "20"
- name: Install dependencies
run: npm run install
run: npm install
- name: Debug
run: ls -al
- name: Static HTML export with Nuxt
Expand Down

0 comments on commit 1c1c302

Please sign in to comment.