Skip to content

Commit 4d92c18

Browse files
chore: update workspace config (#238)
1 parent d77dbce commit 4d92c18

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

.github/workflows/autofix.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/[email protected]
22+
with:
23+
fetch-depth: 0
2224
- name: Setup Tools
2325
uses: tanstack/config/.github/setup@main
2426
- name: Fix formatting

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pr
1+
name: PR
22

33
on:
44
pull_request:
@@ -19,15 +19,15 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5.0.0
2323
with:
2424
fetch-depth: 0
2525
- name: Start Nx Agents
2626
run: npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
2727
- name: Setup Tools
2828
uses: tanstack/config/.github/setup@main
2929
- name: Get base and head commits for `nx affected`
30-
uses: nrwl/nx-set-shas@v4
30+
uses: nrwl/nx-set-shas@v4.3.3
3131
with:
3232
main-branch-name: main
3333
- name: Run Checks
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5.0.0
4444
with:
4545
fetch-depth: 0
4646
- name: Setup Tools

.github/workflows/ci.yml renamed to .github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: Release
22

33
on:
44
workflow_dispatch:
@@ -21,13 +21,13 @@ permissions:
2121
id-token: write
2222

2323
jobs:
24-
test-and-publish:
25-
name: Test & Publish
26-
if: github.repository == 'TanStack/store'
24+
release:
25+
name: Release
26+
if: github.repository_owner == 'TanStack'
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5.0.0
3131
with:
3232
fetch-depth: 0
3333
- name: Start Nx Agents

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
link-workspace-packages=true
2-
prefer-workspace-packages=true
31
provenance=true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.4.1
1+
24.8.0

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
cleanupUnusedCatalogs: true
2+
linkWorkspacePackages: true
3+
preferWorkspacePackages: true
4+
15
packages:
26
- 'packages/**'
37
- 'examples/angular/**'

0 commit comments

Comments
 (0)