Skip to content

Commit 9787fe9

Browse files
committed
fixup! Pin dependencies
1 parent 8a38d89 commit 9787fe9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
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: |

.github/workflows/linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
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: |

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
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
@@ -45,6 +47,8 @@ jobs:
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

0 commit comments

Comments
 (0)