Migrate to pnpm and volta

This commit is contained in:
Alex Miller 2024-09-11 12:06:33 +12:00
parent b671dc324f
commit 768f03c879
5 changed files with 4368 additions and 7084 deletions

View file

@ -5,14 +5,18 @@ on:
branches:
- master
env:
VOLTA_FEATURE_PNPM: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- run: |
npm install
npm run all
pnpm install
pnpm run all
self-test:
runs-on: ubuntu-latest

View file

@ -6,14 +6,18 @@ on:
- master
- '**'
env:
VOLTA_FEATURE_PNPM: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- run: |
npm install
npm run all
pnpm install
pnpm run all
test-inline:
runs-on: ubuntu-latest