CI test
All checks were successful
fetch npm modules / Explore-Gitea-Actions (push) Successful in 33s
All checks were successful
fetch npm modules / Explore-Gitea-Actions (push) Successful in 33s
This commit is contained in:
parent
8b6f68f2e9
commit
8ec51789dd
13
.gitea/workflows/build.yaml
Normal file
13
.gitea/workflows/build.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name: fetch npm modules
|
||||||
|
run-name: fetch npm modules
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 19
|
||||||
|
- run: npm ci
|
||||||
|
- run: npm install
|
Loading…
Reference in New Issue
Block a user