Skip to content

Create build test deploy workflow #1

Create build test deploy workflow

Create build test deploy workflow #1

name: build-test-deploy
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: use node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm install
- run: npm run build