Skip to content

create place

create place #3

name: 'Deploy to staging'
on :
push:
branches:
dev
jobs:
name: build the application
runs-on: ubuntu-latest

Check failure on line 8 in .github/workflows/deploy-staging.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-staging.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
steps:
uses: actions/checkout@v4
uses: actions/setup-node@v3
with:
node-version: "18"
run : npm ci
run : npm run start