Fixup the ci.yml to address internal hash changes between different node versions (#2221)
This commit is contained in:
Родитель
7f804d81e3
Коммит
53c1420739
|
@ -16,14 +16,16 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14, 16, 18]
|
||||
node-version: [ 14, 16, 18, 20 ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Update rush shrinkwrap dependencies (for different node versions)
|
||||
run: node common/scripts/install-run-rush.js update --full
|
||||
- run: npm install rollup -g
|
||||
- run: npm install grunt-cli
|
||||
- run: npm install
|
||||
|
|
Загрузка…
Ссылка в новой задаче