Skip to content

Commit

Permalink
fix: add quotes for node-version
Browse files Browse the repository at this point in the history
Signed-off-by: Sujith <mail.sujithvn@gmail.com>
  • Loading branch information
sujithvn committed Jun 13, 2023
1 parent b6ff469 commit e540224
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.0
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.0
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.0
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.0
node-version: "18.10.0"

- name: Install dependencies
run: |
Expand Down

0 comments on commit e540224

Please sign in to comment.