From 2035fa0431251908fb3dfb42c3d424dfa1dec0e0 Mon Sep 17 00:00:00 2001 From: Tucker Massad Date: Fri, 6 Oct 2023 10:28:14 -0400 Subject: [PATCH 1/2] Fixes pnpm typo in README (#1215) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5816f61e6..838cd1a04 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Your app should now be running on [localhost:3000](http://localhost:3000/). 1. Select the `Vercel Solutions` scope. 1. Connect to the existing `commerce-shopify` project. 1. Run `vc env pull` to get environment variables. -1. Run `pmpm dev` to ensure everything is working correctly. +1. Run `pnpm dev` to ensure everything is working correctly. ## Vercel, Next.js Commerce, and Shopify Integration Guide From ece49c42652be6944447541137eced667fd28ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:31:00 -0500 Subject: [PATCH 2/2] Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0 (#1217) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d3d3c82c..9c8f2e55f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel running workflows - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{ github.token }} - name: Checkout repo