diff --git a/.github/workflows/cf-deploy-test.yml b/.github/workflows/cf-deploy-test.yml index f8057b6..54acb00 100644 --- a/.github/workflows/cf-deploy-test.yml +++ b/.github/workflows/cf-deploy-test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: cache: yarn - node-version: "18" + node-version: 18 - run: corepack enable - run: yarn set version stable - run: yarn install --frozen-lockfile