Skip to content

Create an auto-deploy file #9

Create an auto-deploy file

Create an auto-deploy file #9

Workflow file for this run

name: node.js ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test_push-pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '18'
- run: npm install
- run: npm run build --if-present
- run: npm help