Skip to content

Commit

Permalink
Add node setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Nov 26, 2024
1 parent 7e6bd0a commit 435d626
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/unreleaseChangesCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: Install Yarn
run: npm install -g yarn
- name: Install deps
run: |
yarn install
- uses: actions/checkout@v4
with:
# Always checkout the main branch
Expand Down

0 comments on commit 435d626

Please sign in to comment.