Skip to content

🔄 chore(package.json): update package name from "@seatmap/canvas" to … #24

🔄 chore(package.json): update package name from "@seatmap/canvas" to …

🔄 chore(package.json): update package name from "@seatmap/canvas" to … #24

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: borales/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn install
yarn build