Skip to content

Commit

Permalink
📟
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 7, 2023
1 parent 4089247 commit decc335
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: 'pnpm'

- name: Install pnpm Dependencies
run: pnpm install && pnpm upgrade @builder.io/qwik @builder.io/qwik-city
run: pnpm install && pnpm upgrade "@builder.io/qwik" "@builder.io/qwik-city"

- name: Build AWS
run: pnpm run build.aws
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: 'pnpm'

- name: Install pnpm Dependencies
run: pnpm install && pnpm upgrade @builder.io/qwik @builder.io/qwik-city
run: pnpm install && pnpm upgrade "@builder.io/qwik" "@builder.io/qwik-city"

- name: Build Azure
run: pnpm run build.azure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: 'pnpm'

- name: Install pnpm Dependencies
run: pnpm install && pnpm upgrade @builder.io/qwik @builder.io/qwik-city
run: pnpm install && pnpm upgrade "@builder.io/qwik" "@builder.io/qwik-city"

- name: Run Create Qwik CLI
run: node ./tests/cli.js
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'pnpm'

- name: Install pnpm Dependencies
run: pnpm install && pnpm upgrade @builder.io/qwik @builder.io/qwik-city
run: pnpm install && pnpm upgrade "@builder.io/qwik" "@builder.io/qwik-city"

- name: Build Cloudflare
run: pnpm run build.cloudflare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
deno-version: v1.x

- name: Install pnpm Dependencies
run: pnpm install && pnpm upgrade @builder.io/qwik @builder.io/qwik-city
run: pnpm install && pnpm upgrade "@builder.io/qwik" "@builder.io/qwik-city"

- name: Install Playwright
run: npx playwright install chromium --with-deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'pnpm'

- name: Install pnpm Dependencies
run: pnpm install && pnpm upgrade @builder.io/qwik @builder.io/qwik-city
run: pnpm install && pnpm upgrade "@builder.io/qwik" "@builder.io/qwik-city"

- name: Deploy to Netlify
run: pnpm run deploy.netlify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'pnpm'

- name: Install pnpm Dependencies
run: pnpm install && pnpm upgrade @builder.io/qwik @builder.io/qwik-city
run: pnpm install && pnpm upgrade "@builder.io/qwik" "@builder.io/qwik-city"

- name: Run Vitest
run: pnpm run test.unit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: "pnpm"

- name: Install pnpm Dependencies
run: pnpm install && pnpm upgrade @builder.io/qwik @builder.io/qwik-city
run: pnpm install && pnpm upgrade "@builder.io/qwik" "@builder.io/qwik-city"

- name: Deploy to Vercel Edge
run: pnpm run deploy.vercel --token=${{ secrets.VERCEL_QWIK_CITY_E2E_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel-serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: "pnpm"

- name: Install pnpm Dependencies
run: pnpm install && pnpm upgrade @builder.io/qwik @builder.io/qwik-city
run: pnpm install && pnpm upgrade "@builder.io/qwik" "@builder.io/qwik-city"

- name: Deploy to Vercel Serverless
run: pnpm run deploy.vercel --token=${{ secrets.VERCEL_QWIK_CITY_E2E_TOKEN }}
Expand Down
58 changes: 33 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit decc335

Please sign in to comment.