ci: use latest npm

This commit is contained in:
janniks
2023-02-23 00:52:58 +01:00
committed by janniks
parent d1bd962cb5
commit a1cb55ceb2
5 changed files with 5 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ jobs:
node-version: 18
cache: npm
- run: npm install -g npm@latest
- run: npm ci
- run: npm run bootstrap

View File

@@ -29,6 +29,7 @@ jobs:
node-version: 18
cache: npm
- run: npm install -g npm@latest
- run: npm ci
- run: npm run bootstrap
- run: npm run build

View File

@@ -39,6 +39,7 @@ jobs:
with:
node-version: 18
cache: npm
- run: npm install -g npm@latest
- run: npm ci
- run: npm run bootstrap
- id: git-commit

View File

@@ -19,6 +19,7 @@ jobs:
node-version: 18
cache: npm
- run: npm install -g npm@latest
- run: npm ci
- name: Bootstrap lerna

View File

@@ -35,6 +35,7 @@ jobs:
node-version: 18
cache: npm
- run: npm install -g npm@latest
- run: npm ci
- run: npm run bootstrap