mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Upgraded github workflows to use pnpm
This commit is contained in:
9
.github/workflows/run-tests.yml
vendored
9
.github/workflows/run-tests.yml
vendored
@@ -20,12 +20,15 @@ jobs:
|
||||
WWDR: ${{ secrets.WWDR }}
|
||||
SIGNER_KEY_PASSPHRASE: ${{ secrets.SIGNER_KEY_PASSPHRASE }}
|
||||
steps:
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "14.x"
|
||||
check-latest: true
|
||||
- run: |
|
||||
npm install
|
||||
npm run build
|
||||
npm run test
|
||||
pnpm install
|
||||
pnpm build
|
||||
pnpm test
|
||||
|
||||
Reference in New Issue
Block a user