This commit is contained in:
@@ -5,13 +5,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- gitea
|
||||
- main
|
||||
- test
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
verify:
|
||||
name: Lint, Test, Build
|
||||
@@ -34,7 +31,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
Reference in New Issue
Block a user