mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-07-04 05:56:16 +08:00
ci: update
This commit is contained in:
8
.github/workflows/code-ci.yml
vendored
8
.github/workflows/code-ci.yml
vendored
@@ -23,14 +23,16 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14.20.1
|
||||
|
||||
- name: PNPM Install
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
node-version: 14.20.1
|
||||
run_install: true
|
||||
# 缓存 pnpm 依赖
|
||||
cache: pnpm
|
||||
|
||||
- name: Code Eslint Fix
|
||||
run: pnpm lintfix
|
||||
|
||||
Reference in New Issue
Block a user