Commit 1fa6622 1 parent 5c35321 commit 1fa6622 Copy full SHA for 1fa6622
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
node-version : " lts/*"
20
20
- name : Install Packages
21
- run : npm install --force
21
+ run : npm install
22
22
23
23
- name : Install Docs Packages
24
24
working-directory : docs
60
60
with :
61
61
node-version : ${{ matrix.node }}
62
62
- name : Install Packages
63
- run : npm install --force
63
+ run : npm install
64
64
- name : Test
65
65
run : node Makefile mocha
66
66
- name : Fuzz Test
75
75
with :
76
76
node-version : " 20" # Should be the same as the version used on Netlify to build the ESLint Playground
77
77
- name : Install Packages
78
- run : npm install --force
78
+ run : npm install
79
79
- name : Test
80
80
run : node Makefile wdio
81
81
- name : Fuzz Test
Original file line number Diff line number Diff line change 28
28
run : npm install
29
29
30
30
- name : Install Packages
31
- run : npm install --force
31
+ run : npm install
32
32
33
33
- name : Stylelint Docs
34
34
working-directory : docs
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-node@v4
18
18
19
19
- name : Install npm packages
20
- run : npm install --force
20
+ run : npm install
21
21
22
22
- name : Update README with latest team and sponsor data
23
23
run : npm run build:readme
Original file line number Diff line number Diff line change 1
1
[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