mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-02-02 13:18:20 -08:00
Run tests always with lts version of node
This commit is contained in:
parent
4fe9996378
commit
40bc678fd2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/automated-tests.yaml
vendored
2
.github/workflows/automated-tests.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: lts/*
|
||||
cache: npm
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
|
Loading…
Reference in a new issue