Merge branch 'main' into renovate/actions-checkout-5.x

This commit is contained in:
Pooya Parsa
2025-08-20 23:01:30 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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