mirror of
https://github.com/dorny/paths-filter.git
synced 2024-11-12 08:38:35 +00:00
Merge pull request #13 from AurorNZ/migrate_pnpm
Migrate to PNPM and Volta
This commit is contained in:
commit
9a1e626831
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
|
||||
|
7079
package-lock.json
generated
7079
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"pack": "ncc build -m",
|
||||
"test": "jest",
|
||||
"all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
|
||||
"all": "pnpm run build && pnpm run format && pnpm run lint && pnpm run pack && pnpm test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -50,5 +50,9 @@
|
||||
"prettier": "^3.2.4",
|
||||
"ts-jest": "^29.1.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.17.0",
|
||||
"pnpm": "8.15.8"
|
||||
}
|
||||
}
|
||||
|
4351
pnpm-lock.yaml
Normal file
4351
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user