mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
chore: update changesets workflow
This commit is contained in:
parent
ace64e2ea3
commit
5a439a791f
1 changed files with 10 additions and 1 deletions
11
.github/workflows/changesets.yml
vendored
11
.github/workflows/changesets.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
|
||||
name: Node CI
|
||||
name: Changesets
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
@ -36,6 +36,15 @@ jobs:
|
|||
- name: install pnpm
|
||||
run: npm install pnpm@latest -g
|
||||
|
||||
- name: setup pnpm config
|
||||
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
|
||||
|
||||
- name: audit dependencies
|
||||
run: pnpm audit --audit-level high
|
||||
|
||||
- name: install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: create versions
|
||||
uses: changesets/action@master
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue