dl.emersa.it/.forgejo/workflows/ci.yaml
0d0 87746bdcac
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 16s
We were using install instead of clean install
2025-02-23 01:40:40 +01:00

21 lines
435 B
YAML

name: Bump deps (only minor versions)
on: [push]
jobs:
ci:
runs-on: docker
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
token: ${{ secrets.FORGEJO_TOKEN }}
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Prepare, Check, Lint and Format
run: |
npm ci
npm run prepare