File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141 package-lock.json
4242 node-version : ${{ matrix.node_version }}
4343
44- - run : npm install -g npm@latest
44+ - run : npm install -g npm@11.6.0
4545
4646 - name : Bootstrap
4747 run : npm ci --ignore-scripts
Original file line number Diff line number Diff line change 2020 cache-dependency-path : |
2121 package-lock.json
2222 node-version : 24
23- - run : npm install -g npm@latest
23+ - run : npm install -g npm@11.6.0
2424 - name : Install dependencies
2525 run : npm ci --ignore-scripts
2626 - name : Build TypeScript packages
Original file line number Diff line number Diff line change 4141 cache : ' npm'
4242 cache-dependency-path : package-lock.json
4343 node-version : 22
44- - run : npm install -g npm@latest
44+ - run : npm install -g npm@11.6.0
4545
4646 - run : npm ci --ignore-scripts
4747
Original file line number Diff line number Diff line change 4040 matrix.node_version == '18' ||
4141 matrix.node_version == '20.6.0'
4242 }}
43- - run : npm install -g npm@latest
43+ - run : npm install -g npm@11.6.0
4444 if : ${{
4545 matrix.node_version == '20' ||
4646 matrix.node_version == '22' ||
Original file line number Diff line number Diff line change 1616 with :
1717 node-version : 22
1818
19- - run : npm install -g npm@latest
19+ - run : npm install -g npm@11.6.0
2020
2121 - name : Bootstrap
2222 run : npm ci --ignore-scripts
Original file line number Diff line number Diff line change 4242 matrix.node_version == '18' ||
4343 matrix.node_version == '20.6.0'
4444 }}
45- - run : npm install -g npm@latest
45+ - run : npm install -g npm@11.6.0
4646 if : ${{
4747 matrix.node_version == '20' ||
4848 matrix.node_version == '22' ||
8383 package-lock.json
8484 node-version : ' 22'
8585
86- - run : npm install -g npm@latest
86+ - run : npm install -g npm@11.6.0
8787
8888 - name : Bootstrap
8989 run : npm ci --no-optional
You can’t perform that action at this time.
0 commit comments