Skip to content

Commit

Permalink
Ensure GH uses node version 20
Browse files Browse the repository at this point in the history
Ensure GH actions uses Node20 for testing building.
  • Loading branch information
Ana06 committed Feb 22, 2024
1 parent 548dfdc commit 1d5f364
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: |
yarn
Expand Down

0 comments on commit 1d5f364

Please sign in to comment.