Use LTS Node in CI

This commit is contained in:
Robin
2024-07-24 11:12:36 -04:00
parent 3be3a32f3d
commit 509bb4f1b0
4 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
cache: "yarn"
node-version: "lts/*"
- name: Install dependencies
run: "yarn install"
- name: Vitest