mirror of
https://github.com/unjs/unstorage.git
synced 2026-01-10 13:08:09 -05:00
Merge branch 'main' into renovate/actions-checkout-5.x
This commit is contained in:
2
.github/workflows/autofix.yml
vendored
2
.github/workflows/autofix.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
- uses: actions/checkout@v5
|
||||
- run: npm i -fg corepack && corepack enable
|
||||
- uses: actions/setup-node@v4
|
||||
with: { node-version: LTS, cache: 'pnpm' }
|
||||
with: { node-version: lts-latest, cache: 'pnpm' }
|
||||
- run: pnpm install
|
||||
- run: pnpm lint:fix
|
||||
- run: pnpm automd
|
||||
|
||||
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
- uses: actions/checkout@v5
|
||||
- run: npm i -fg corepack && corepack enable
|
||||
- uses: actions/setup-node@v4
|
||||
with: { node-version: LTS, cache: 'pnpm' }
|
||||
with: { node-version: lts-latest, cache: 'pnpm' }
|
||||
- uses: denoland/setup-deno@v2
|
||||
with: { deno-version: v2.x }
|
||||
- run: pnpm install
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
with: { fetch-depth: 0 }
|
||||
- run: npm i -fg corepack && corepack enable
|
||||
- uses: actions/setup-node@v4
|
||||
with: { node-version: LTS, cache: 'pnpm' }
|
||||
with: { node-version: lts-latest, cache: 'pnpm' }
|
||||
- run: pnpm install
|
||||
- run: pnpm changelogen --bump --canary nightly
|
||||
- run: npm publish --tag latest
|
||||
|
||||
Reference in New Issue
Block a user