1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

ci: set node version to LTS

There are some problems with the latest version.

See: https://github.com/cotes2020/jekyll-theme-chirpy/actions/runs/9977150040
This commit is contained in:
Cotes Chung
2024-07-18 01:20:17 +08:00
parent 979f86cf64
commit b641b36480
3 changed files with 3 additions and 3 deletions

View File

@@ -18,6 +18,6 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
node-version: lts/*
- run: npm i
- run: npm test