This commit is contained in:
pngwn 2023-03-22 14:00:50 +00:00 committed by GitHub
parent 320b46d8d8
commit 6c2b3d1bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,15 @@ env:
PNPM_CACHE_FOLDER: .pnpm-store
jobs:
version:
timeout-minutes: 15
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ui
steps:
- name: checkout code repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: cd ui
- name: setup node.js
uses: actions/setup-node@v3
with: