Skip to content

Commit f03de3f

Browse files
committed
chore: Update GitHub Actions workflow to disable telemetry and upgrade pnpm version
1 parent 19d20f4 commit f03de3f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ concurrency:
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest
20+
env:
21+
NEXT_TELEMETRY_DISABLED: '1'
22+
CI: 'true'
2023
steps:
2124
- uses: actions/checkout@v4
2225

23-
- uses: pnpm/action-setup@v3
26+
- uses: pnpm/action-setup@v4
2427
with:
25-
version: 9
28+
version: 10
2629

2730
- uses: actions/setup-node@v4
2831
with:

0 commit comments

Comments
 (0)