Skip to content

Update config.js

Update config.js #1

Workflow file for this run

hereon:

Check failure on line 1 in .github/workflows/maa.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/maa.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'hereon'
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Start application
run: npm start