Switch back to npm

This commit is contained in:
Lyssa
2026-01-09 16:57:55 +04:00
parent ccb9614710
commit 559682db1e
5 changed files with 18241 additions and 9749 deletions

View File

@@ -16,12 +16,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache: npm
- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci
- name: Build website
run: yarn build
run: npm run build
- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3