We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dae5fe commit 8f16849Copy full SHA for 8f16849
.github/workflows/node.js.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: 'npm'
24
25
- name: Install dependencies
26
- run: npm ci
+ run: npm install
27
28
- name: Set up environment variables
29
env:
0 commit comments