1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

发布版本
Some checks failed
pigallery2 / pigallery2-Gitea-Actions (push) Failing after 4m21s

This commit is contained in:
xuthus 2024-04-16 02:42:11 +08:00
parent 080784d7b1
commit d2fd0134ee

View File

@ -16,13 +16,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Dependies Cache
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-npm-
cache: 'npm'
- name: Build with Npm
run: |
npm install