File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 6868 with :
6969 node-version : 18.x
7070
71+ - name : Update npm
72+ run : npm install npm@latest -g
73+
7174 - name : Build cpp
7275 if : matrix.language == 'cpp'
7376 run : |
Original file line number Diff line number Diff line change 1515 egress-policy : audit
1616
1717 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+ - name : Update npm
19+ run : npm install npm@latest -g
1820 - run : npm ci --ignore-scripts
1921 - name : check clang-format
2022 run : |
Original file line number Diff line number Diff line change 2929 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3030 with :
3131 node-version : ${{ matrix.node-version }}
32+ - name : Update npm
33+ run : npm install npm@latest -g
3234 - run : npm ci --ignore-scripts
3335 - name : Environment Information
3436 run : npx envinfo
4547 egress-policy : audit
4648
4749 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
50+ - name : Update npm
51+ run : npm install npm@latest -g
4852 - run : npm i -g n && n nightly
4953 - run : node -p process.versions
5054 - name : Environment Information
You can’t perform that action at this time.
0 commit comments