mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
ci: use latest npm
This commit is contained in:
1
.github/workflows/publish-beta.yml
vendored
1
.github/workflows/publish-beta.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
||||
- run: npm install -g npm@latest
|
||||
- run: npm ci
|
||||
- run: npm run bootstrap
|
||||
|
||||
|
||||
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/pull-request.yml
vendored
1
.github/workflows/pull-request.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
||||
- run: npm install -g npm@latest
|
||||
- run: npm ci
|
||||
|
||||
- name: Bootstrap lerna
|
||||
|
||||
1
.github/workflows/version.yml
vendored
1
.github/workflows/version.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
||||
- run: npm install -g npm@latest
|
||||
- run: npm ci
|
||||
- run: npm run bootstrap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user