Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Dec 11, 2023
1 parent f9a3fdc commit 6fe50cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: ".nvmrc"
cache: pnpm
registry-url: https://registry.npmjs.org
- run: corepack enable
Expand All @@ -27,11 +27,11 @@ jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: ".nvmrc"
cache: pnpm
registry-url: https://registry.npmjs.org
- run: corepack enable
Expand All @@ -41,11 +41,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: ".nvmrc"
cache: pnpm
registry-url: https://registry.npmjs.org
- run: corepack enable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: ".nvmrc"
cache: pnpm
registry-url: https://registry.npmjs.org
- run: corepack enable
Expand Down

0 comments on commit 6fe50cb

Please sign in to comment.