Skip to content

Commit

Permalink
[CI] Ensure GH action 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 23, 2024
1 parent 38bdb2e commit 5a4a136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
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 5a4a136

Please sign in to comment.