diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 65dc170..52c5e24 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Playground deploy +name: deploy playground on: push: @@ -12,6 +12,7 @@ jobs: name: Deploy steps: - uses: actions/checkout@v4 + - run: corepack enable - uses: actions/setup-node@v4 with: node-version: 22