Skip to content

Commit e6af1bb

Browse files
authored
Merge pull request #6850 from reactioncommerce/node-patchversion-in-action
Node patch version in action yml
2 parents 8d3788b + e540224 commit e6af1bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Use Node.js 18.x
3333
uses: actions/setup-node@v2
3434
with:
35-
node-version: 18.10
35+
node-version: "18.10.0"
3636

3737
- name: Install pnpm
3838
run: npm i -g pnpm@latest
@@ -93,7 +93,7 @@ jobs:
9393
- name: Use Node.js 18.x
9494
uses: actions/setup-node@v2
9595
with:
96-
node-version: 18.10
96+
node-version: "18.10.0"
9797

9898
- name: Install pnpm
9999
run: npm i -g pnpm@latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Use Node.js 18.x
3131
uses: actions/setup-node@v2
3232
with:
33-
node-version: 18.10
33+
node-version: "18.10.0"
3434

3535
- name: Install pnpm
3636
run: npm i -g pnpm@latest

.github/workflows/tagging-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Use Node.js 18.x
2626
uses: actions/setup-node@v2
2727
with:
28-
node-version: 18.10
28+
node-version: "18.10.0"
2929

3030
- name: Install dependencies
3131
run: |

0 commit comments

Comments
 (0)