node
Some checks failed
CI / build-and-test (push) Failing after 1m2s

This commit is contained in:
SpecialX
2025-12-16 11:54:31 +08:00
parent 909767b9ce
commit ca23d03634

View File

@@ -17,12 +17,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: Install dependencies
run: npm ci