Fix release action
This commit is contained in:
parent
c2e32f289f
commit
37d5e61976
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue