diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46f3a37..bdc71e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,17 +8,21 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: namespace-profile-xlarge steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: namespacelabs/nscloud-checkout-action@def520b6c21233362f09c9ceda4352c51cceca26 # v8 - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version-file: ".tool-versions" - cache: "pnpm" + + - name: Setup cache + uses: namespacelabs/nscloud-cache-action@15799a6b54e5765f85b2aac25b3f0df43ed571c0 # v1.4.3 + with: + cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile