Skip to content

Commit

Permalink
Merge branch 'trunk' of github.com:reactioncommerce/reaction into trunk
Browse files Browse the repository at this point in the history
Signed-off-by: Sujith <[email protected]>
  • Loading branch information
sujithvn committed Jun 13, 2023
2 parents 5f89313 + e6af1bb commit 3e718c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.10
node-version: "18.10.0"

- name: Install pnpm
run: npm i -g pnpm@latest
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.10
node-version: "18.10.0"

- name: Install pnpm
run: npm i -g pnpm@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.10
node-version: "18.10.0"

- name: Install pnpm
run: npm i -g pnpm@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Use Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.10
node-version: "18.10.0"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3e718c9

Please sign in to comment.