Update .gitea/workflows/services.yml
This commit is contained in:
@@ -21,12 +21,12 @@ jobs:
|
|||||||
MONGO_INITDB_ROOT_USERNAME: root
|
MONGO_INITDB_ROOT_USERNAME: root
|
||||||
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
|
MONGO_INITDB_ROOT_PASSWORD: supersecretpassword
|
||||||
steps:
|
steps:
|
||||||
- name: Get Code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
|
- name: Get Code
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Run server
|
- name: Run server
|
||||||
|
|||||||
Reference in New Issue
Block a user