Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/node-upgrade' into create-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasSharma28 committed Oct 28, 2024
2 parents 36531bd + cc423b3 commit b88d6ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -86,6 +88,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -116,6 +120,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -171,6 +177,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit b88d6ce

Please sign in to comment.