Fix release action

This commit is contained in:
0d0 2025-02-14 19:46:59 +01:00
parent c2e32f289f
commit 37d5e61976

View file

@ -14,10 +14,12 @@ jobs:
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