this repo has no description
14
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replace npm-install action with just "npm install"

Astra 2a08708c dcefd4f0

+1 -1
+1 -1
.forgejo/workflows/deploy.yaml
··· 19 19 uses: actions/setup-node@v3 20 20 21 21 - name: Install dependencies 22 - uses: bahmutov/npm-install@v1 22 + run: npm install 23 23 24 24 - name: Build project 25 25 run: npm run build