Skip to content

Commit

Permalink
Add custom node version
Browse files Browse the repository at this point in the history
- Added setting up custom node version for build PR reviews
  • Loading branch information
duggalsu committed Oct 17, 2023
1 parent e76d7f4 commit f3a2465
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-pr-review-both-browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: "Setup Node version"
uses: actions/setup-node@v3
with:
node-version: 18.18.2

- name: Get commit SHA
shell: bash
run: |
Expand Down Expand Up @@ -62,4 +67,4 @@ jobs:
# owner: context.repo.owner,
# repo: context.repo.repo,
# body: comment_body
# });
# });

0 comments on commit f3a2465

Please sign in to comment.