Skip to content

chore(deps): update typescript-eslint monorepo to v8.22.0 #2011

chore(deps): update typescript-eslint monorepo to v8.22.0

chore(deps): update typescript-eslint monorepo to v8.22.0 #2011

Workflow file for this run

# Build and deploy vue app
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
inputs:
tags:
description: "Run workflow"
env:
NODE_VERSION: "20.x"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: yarn install and build
run: |
yarn install
yarn build