Skip to content

Commit 435508a

Browse files
committed
chore: use npm 7 workspaces
Signed-off-by: Francisco Buceta <frbuceta@gmail.com>
1 parent c7623a2 commit 435508a

File tree

85 files changed

+63580
-83610
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+63580
-83610
lines changed

.github/workflows/continous-integration.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
uses: actions/setup-node@v2
3232
with:
3333
node-version: ${{ matrix.node-version }}
34+
- name: Use latest NPM
35+
run: npm i -g npm@latest
3436
- name: Bootstrap project
3537
run: |
3638
npm ci --ignore-scripts
@@ -50,6 +52,8 @@ jobs:
5052
uses: actions/setup-node@v2
5153
with:
5254
node-version: 14
55+
- name: Use latest NPM
56+
run: npm i -g npm@latest
5357
- name: Bootstrap benchmark tests
5458
run: |
5559
npm ci --ignore-scripts
@@ -67,6 +71,8 @@ jobs:
6771
uses: actions/setup-node@v2
6872
with:
6973
node-version: 14
74+
- name: Use latest NPM
75+
run: npm i -g npm@latest
7076
- name: Bootstrap project
7177
run: |
7278
npm ci --ignore-scripts
@@ -103,6 +109,8 @@ jobs:
103109
uses: actions/setup-node@v2
104110
with:
105111
node-version: 14
112+
- name: Use latest NPM
113+
run: npm i -g npm@latest
106114
- name: Bootstrap project
107115
run: |
108116
npm ci --ignore-scripts

0 commit comments

Comments
 (0)