Skip to content

Commit

Permalink
Merge branch 'main' into changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiusj authored Jul 21, 2023
2 parents d35f1ac + af39664 commit 6a7f202
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-dingos-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/discount-app-components': patch
---

update release yml
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Setup Node.js 16.x
- name: Setup Node.js 16.17.0
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 16.17.0

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 6a7f202

Please sign in to comment.