dl.emersa.it/.forgejo/workflows/ci.yaml
0d0 d65310fb85
Some checks failed
Bump deps (only minor versions) / update-dependencies (push) Failing after 18s
Create Release / create-release (push) Failing after 27s
ci
2025-02-14 20:31:57 +01:00

22 lines
No EOL
480 B
YAML

name: Bump deps (only minor versions)
on: [push]
jobs:
update-dependencies:
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 install
npm run prepare
npm run check