Skip to content

chore(deps): update dependency eslint to v8.57.1 #298

chore(deps): update dependency eslint to v8.57.1

chore(deps): update dependency eslint to v8.57.1 #298

Workflow file for this run

name: "Build"
on:
push:
branches:
- "*"
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: nvm install
shell: bash -l {0}
- run: npm ic
- run: npm run lint
- run: npm run build
- uses: actions/upload-artifact@v2
with:
name: flower-card.js
path: dist/flower-card.js