fix: in actio use node 20
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m58s
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m58s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user