mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-05-08 01:38:43 +00:00
ci: specify the node version (#1694)
This commit is contained in:
@@ -34,6 +34,8 @@ jobs:
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: latest
|
||||
|
||||
- name: Build Assets
|
||||
run: npm i && npm run build
|
||||
|
||||
@@ -17,5 +17,7 @@ jobs:
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: latest
|
||||
- run: npm i
|
||||
- run: npm test
|
||||
|
||||
Reference in New Issue
Block a user