this repo has no description

I have no idea what I am doing

astrra.space 9ee49f90 2a08708c

verified
+4 -2
+4 -2
.forgejo/workflows/deploy.yaml
··· 17 17 18 18 - name: Setup Node 19 19 uses: actions/setup-node@v3 20 - 20 + with: 21 + node-version: '18' 22 + cache: 'npm' 21 23 - name: Install dependencies 22 - run: npm install 24 + run: npm ci 23 25 24 26 - name: Build project 25 27 run: npm run build