mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
This commit is contained in:
parent
0b098b1fd4
commit
eefdcce9d0
@ -15,11 +15,14 @@ jobs:
|
|||||||
- name: Set up node
|
- name: Set up node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '18'
|
||||||
- name: Build with Npm
|
- name: Install dependencies
|
||||||
|
run: npm install
|
||||||
|
- name: Build with Npm build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
|
||||||
npm run build
|
npm run build
|
||||||
|
- name: Build with Npm create-release
|
||||||
|
run: |
|
||||||
npm run create-release
|
npm run create-release
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
|
Loading…
Reference in New Issue
Block a user