Skip to content

Chore(deps-dev): Bump eslint from 8.54.0 to 8.56.0 #768

Chore(deps-dev): Bump eslint from 8.54.0 to 8.56.0

Chore(deps-dev): Bump eslint from 8.54.0 to 8.56.0 #768

Workflow file for this run

name: ci
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies
run: yarn install
- name: Bundle
run: yarn run package