update workflow
Some checks failed
Build ESLint Config on Tag / build (push) Failing after 2s

This commit is contained in:
2025-12-21 17:55:20 +01:00
parent 3a78197e3b
commit 851d3afad4

View File

@@ -13,17 +13,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
run: bun install --frozen-lockfile
- name: Build
run: npm run build
run: bun run build
- name: Verify dist
run: |