mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-13 15:02:37 +08:00
use lts node
This commit is contained in:
parent
1a24b4448f
commit
caf454fcc2
2
.github/workflows/test-ui.yaml
vendored
2
.github/workflows/test-ui.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Test using Node.js
|
- name: Test using Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '18'
|
||||||
working-directory: ./tests-ui
|
working-directory: ./tests-ui
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user