Skip to content

Commit

Permalink
Merge pull request reactioncommerce#6850 from reactioncommerce/node-p…
Browse files Browse the repository at this point in the history
…atchversion-in-action

Node patch version in action yml
  • Loading branch information
brent-hoover authored Jun 13, 2023
2 parents 8d3788b + e540224 commit e6af1bb
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 e6af1bb

Please sign in to comment.