fix: in actio use node 20
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m58s

This commit is contained in:
2025-09-23 15:42:06 +02:00
parent d95aa9d12c
commit a360a0fafe

View File

@@ -16,6 +16,9 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
- run: |
cd ${{ gitea.workspace }}
- run: npm i