0
Fork 0
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:
Juan Picado @jotadeveloper 2020-08-23 09:17:36 +02:00 committed by Juan Picado
parent ace64e2ea3
commit 5a439a791f

View file

@ -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: