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
1 change: 1 addition & 0 deletions .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ runs:
if: "!startsWith(github.head_ref, 'changeset-release/')"
with:
node-version-file: .nvmrc
check-latest: true
cache: pnpm
- run: pnpm install --frozen-lockfile
if: "!startsWith(github.head_ref, 'changeset-release/')"
Expand Down
1 change: 1 addition & 0 deletions .github/actions/docker-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ runs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: .nvmrc
check-latest: true
cache: pnpm

- name: Resolve service, version and Dockerfile
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/apps-build-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: .nvmrc
check-latest: true
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build:slack-notify
Expand All @@ -35,6 +36,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: .nvmrc
check-latest: true
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build:upsert-changeset-comment
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/apps-changeset-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: .nvmrc
check-latest: true
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/apps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: .nvmrc
check-latest: true
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/apps-codegen-drift-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: .nvmrc
check-latest: true
cache: pnpm

- run: pnpm install --frozen-lockfile
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/apps-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: .nvmrc
check-latest: true
cache: pnpm
registry-url: 'https://registry.npmjs.org'
# No node-auth-token — npm auth handled by OIDC
Expand Down Expand Up @@ -144,6 +145,7 @@ jobs:
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: .nvmrc
check-latest: true
cache: pnpm
registry-url: 'https://registry.npmjs.org'
# No node-auth-token — npm auth handled by OIDC trusted publishing
Expand Down
Loading