File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 93
93
uses : actions/setup-node@v4
94
94
with :
95
95
node-version : ${{ matrix.node }}
96
+ - name : use npm 8
97
+ run : npm i -g npm@8 --registry=https://registry.npmjs.org
96
98
- name : Setup NPM Cache
97
99
uses : actions/cache@v4
98
100
with :
Original file line number Diff line number Diff line change 46
46
uses : actions/setup-node@v4
47
47
with :
48
48
node-version : ${{ matrix.node }}
49
+ - name : use npm 8
50
+ run : npm i -g npm@8 --registry=https://registry.npmjs.org
49
51
- name : Generate npm dependencies package-lock
50
52
run : npm install --package-lock-only --no-audit
51
53
- name : Install npm dependencies
Original file line number Diff line number Diff line change 47
47
node-version : ${{ matrix.node }}
48
48
# We could update the postinstall action for foreman to look for an environment variable for plugin webpack dirs
49
49
# before kicking off the ruby script to find them, this would eliminate the ruby dep and running `npm install` in plugins.
50
+ - name : use npm 8
51
+ run : npm i -g npm@8 --registry=https://registry.npmjs.org
50
52
- uses : ruby/setup-ruby@v1
51
53
with :
52
54
ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments