fifth commit
All checks were successful
Node API Test / test (push) Successful in 24s

This commit is contained in:
Gitea
2026-04-16 15:51:19 +05:30
parent dbda40e864
commit 6838b2754c
5 changed files with 4256 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
# - run: echo "Hello from Gitea Actions"
name: Node CI Test
name: Node API Test
on:
push:
@@ -26,10 +26,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Setup Node.js
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20