chore: 🔧 Update files

This commit is contained in:
Lilith 2026-01-15 06:54:52 -08:00
parent 5456a5ba66
commit 1eb7c92433

View file

@ -18,11 +18,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup environment
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Setup pnpm
run: |
node --version && npm --version
npm install -g pnpm@${{ env.PNPM_VERSION }}
pnpm --version
echo "Node: $(node --version)"
echo "pnpm: $(pnpm --version)"
- name: Configure npm for Forgejo registry
run: |