File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 node-version : " lts/*"
2020 - name : Install Packages
21- run : npm install --force
21+ run : npm install
2222
2323 - name : Install Docs Packages
2424 working-directory : docs
6060 with :
6161 node-version : ${{ matrix.node }}
6262 - name : Install Packages
63- run : npm install --force
63+ run : npm install
6464 - name : Test
6565 run : node Makefile mocha
6666 - name : Fuzz Test
7575 with :
7676 node-version : " 20" # Should be the same as the version used on Netlify to build the ESLint Playground
7777 - name : Install Packages
78- run : npm install --force
78+ run : npm install
7979 - name : Test
8080 run : node Makefile wdio
8181 - name : Fuzz Test
Original file line number Diff line number Diff line change 2828 run : npm install
2929
3030 - name : Install Packages
31- run : npm install --force
31+ run : npm install
3232
3333 - name : Stylelint Docs
3434 working-directory : docs
Original file line number Diff line number Diff line change 1717 uses : actions/setup-node@v4
1818
1919 - name : Install npm packages
20- run : npm install --force
20+ run : npm install
2121
2222 - name : Update README with latest team and sponsor data
2323 run : npm run build:readme
Original file line number Diff line number Diff line change 11[build ]
2- command = " cd .. && npm install -f && cd ./docs && npm run build"
2+ command = " cd .. && npm install && cd ./docs && npm run build"
You can’t perform that action at this time.
0 commit comments