Skip to content

chore(deps-dev): bump typescript-eslint from 8.0.0-alpha.33 to 8.0.0-alpha.38 #835

chore(deps-dev): bump typescript-eslint from 8.0.0-alpha.33 to 8.0.0-alpha.38

chore(deps-dev): bump typescript-eslint from 8.0.0-alpha.33 to 8.0.0-alpha.38 #835

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Using Node 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Update npm version to latest
run: npm install -g npm@latest # shop showing warnings about the lockfile
- name: Install dependencies
run: npm install
- name: Compile
run: npm run build