Skip to content

Workflow setup and edit build in package to avoid errors #1

Workflow setup and edit build in package to avoid errors

Workflow setup and edit build in package to avoid errors #1

Workflow file for this run

name: Continuos Integration
on: pull_request
jobs:
continous-integration:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v3

Check failure on line 8 in .github/workflows/CI.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
- name: use Node.JS
uses: actions/setup-node@v2
with:
node-version: 21.x
- name: run, install and test
run: |
npm install
npm run build
npm run test