Skip to content

Commit 0942b1a

Browse files
Update nextjs.yml
1 parent 31b59bb commit 0942b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434
- name: Run NPM
35-
run: nmp i
35+
run: npm i
3636
- name: Detect package manager
3737
id: detect-package-manager
3838
run: |

0 commit comments

Comments
 (0)