Skip to content

Commit

Permalink
Enforce Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Feb 27, 2024
1 parent 9d2689a commit 9ffa02b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Checkout the Repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Install Dependencies
run: npm install

Expand Down Expand Up @@ -87,6 +92,11 @@ jobs:
- name: Checkout the Repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Install Dependencies
run: npm install

Expand Down

0 comments on commit 9ffa02b

Please sign in to comment.