We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666cddf commit 31b59bbCopy full SHA for 31b59bb
.github/workflows/nextjs.yml
@@ -31,6 +31,8 @@ jobs:
31
steps:
32
- name: Checkout
33
uses: actions/checkout@v4
34
+ - name: Run NPM
35
+ run: nmp i
36
- name: Detect package manager
37
id: detect-package-manager
38
run: |
0 commit comments