Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.10.0
packageManagerVersion: 9

- name: Lint
run: pnpm lint
Expand All @@ -42,7 +42,7 @@ jobs:
with:
nodeVersion: ${{ matrix.node-version }}
packageManager: pnpm
packageManagerVersion: 9.10.0
packageManagerVersion: 9

- name: Setup git user information
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.1.0
packageManagerVersion: 9

- name: Build Packages
run: pnpm build
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.10.0
packageManagerVersion: 9

- name: Build Packages
run: pnpm build # will also check types
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
buildScript: build
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.10.0
packageManagerVersion: 9
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
Expand All @@ -34,7 +34,7 @@ jobs:
buildScript: build
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.10.0
packageManagerVersion: 9
restoreDeletedChangesets: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.10.0
packageManagerVersion: 9

- name: Set variables
id: vars
Expand Down
Loading