Skip to content

Update dependency phoenix to ~> 1.7.0 #1514

Update dependency phoenix to ~> 1.7.0

Update dependency phoenix to ~> 1.7.0 #1514

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@v4
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