update
This commit is contained in:
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@@ -17,17 +17,20 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: "npm"
|
||||
node-version: 24
|
||||
cache: "bun"
|
||||
|
||||
- name: Install Bun
|
||||
run: npm install -g bun
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: bun install
|
||||
|
||||
- name: Check Linting
|
||||
run: npm run lint
|
||||
run: bun run lint
|
||||
|
||||
- name: Check Format
|
||||
run: npm run format
|
||||
run: bun run format
|
||||
|
||||
- name: Playgourd build check
|
||||
run: npm run build
|
||||
- name: Playgroud build check
|
||||
run: bun run build
|
||||
|
||||
Reference in New Issue
Block a user