Skip to content

Update dependency phoenix_live_dashboard to ~> 0.8 #1252

Update dependency phoenix_live_dashboard to ~> 0.8

Update dependency phoenix_live_dashboard to ~> 0.8 #1252

Workflow file for this run

name: Node CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: assets
steps:
- uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: "16.16.0"
cache: 'yarn'
cache-dependency-path: 'assets/yarn.lock'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint