We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48853a6 commit d827d95Copy full SHA for d827d95
.github/workflows/test-and-check.yml
@@ -41,6 +41,9 @@ jobs:
41
turbo-token: ${{ secrets.TURBO_TOKEN }}
42
turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
43
44
+ - name: Check the changesets
45
+ run: node -r esbuild-register tools/deployments/validate-changesets.ts
46
+
47
- name: Bump package versions
48
run: node .github/changeset-version.js
49
env:
@@ -52,9 +55,6 @@ jobs:
52
55
CI_OS: ${{ runner.os }}
53
56
NODE_OPTIONS: "--max_old_space_size=8192"
54
57
- - name: Check the changesets
- run: node -r esbuild-register tools/deployments/validate-changesets.ts
-
58
- name: Upload turbo logs
59
if: always()
60
uses: actions/upload-artifact@v4
0 commit comments