mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 10:01:34 +00:00
Migrate to pnpm and volta
This commit is contained in:
parent
b671dc324f
commit
768f03c879
5 changed files with 4368 additions and 7084 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue