mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
unspecify node version
This commit is contained in:
parent
f7d5dfd7a6
commit
36f6d29f8b
2
.github/workflows/build-only.yml
vendored
2
.github/workflows/build-only.yml
vendored
@ -21,8 +21,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
|
||||||
node-version: 18
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm i
|
run: npm i
|
||||||
- name: Build Quartz
|
- name: Build Quartz
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user