Skip to content

Commit db4e8cc

Browse files
ci: fix
1 parent adc09fe commit db4e8cc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,13 @@ jobs:
9999
architecture: ${{ steps.calculate_architecture.outputs.result }}
100100
cache: "npm"
101101

102+
- name: Install dependencies (old)
103+
run: npm ci --ignore-scripts
104+
if: matrix.node-version == '10.x' && matrix.node-version == '12.x' && matrix.node-version == '14.x' && matrix.node-version == '16.x' && matrix.node-version == '18.x'
105+
102106
- name: Install dependencies
103107
run: npm ci
108+
if: matrix.node-version != '10.x' && matrix.node-version != '12.x' && matrix.node-version != '14.x' && matrix.node-version != '16.x' && matrix.node-version != '18.x'
104109

105110
- name: Install webpack ${{ matrix.webpack-version }}
106111
if: matrix.webpack-version != 'latest'

0 commit comments

Comments
 (0)