Skip to content

build(deps-dev): bump @typescript-eslint/parser from 8.26.1 to 8.46.1 #795

build(deps-dev): bump @typescript-eslint/parser from 8.26.1 to 8.46.1

build(deps-dev): bump @typescript-eslint/parser from 8.26.1 to 8.46.1 #795

Workflow file for this run

name: 'build-test'
on: push
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
- run: |
npm run all
test: # make sure the actions work on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# We don't need to even install for this one
- uses: ./deploy-path/
# We have to install before this one because it is going to try to build
- run: |
npm install
- uses: ./