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 531118a commit 595882dCopy full SHA for 595882d
.github/workflows/nodejs.yml
@@ -43,7 +43,7 @@ jobs:
43
cache: "npm"
44
45
- name: Install dependencies
46
- run: npm ci
+ run: npm install
47
48
- name: Lint
49
run: npm run lint
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
- name: Install webpack ${{ matrix.webpack-version }}
96
if: matrix.webpack-version != 'latest'
0 commit comments