chore: update references to yarn

This commit is contained in:
Paul Makles
2022-09-19 14:24:04 +01:00
parent 373384712e
commit 69a7cdf7b3
4 changed files with 17 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ runs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: "yarn"
cache: "pnpm"
- name: Install Dependencies and Build
shell: bash -l {0}
@@ -29,5 +29,5 @@ runs:
BASE: ${{ inputs.base }}
run: |
cd "$BUILD_FOLDER"
yarn install
yarn build --base "$BASE"
pnpm install
pnpm build --base "$BASE"