chore: Use 4vCPU BuildJet hardware for type checks (#14900)

This commit is contained in:
Keith Williams
2024-05-06 10:31:37 -03:00
committed by GitHub
parent 7254cd97e2
commit 1467815c3f
+1 -1
View File
@@ -5,7 +5,7 @@ env:
NODE_OPTIONS: --max-old-space-size=4096
jobs:
check-types:
runs-on: buildjet-2vcpu-ubuntu-2204
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/dangerous-git-checkout