Skip to content

Bump typescript-eslint from 8.67.0 to 8.68.0 #5425

Bump typescript-eslint from 8.67.0 to 8.68.0

Bump typescript-eslint from 8.67.0 to 8.68.0 #5425

Workflow file for this run

# This workflow will do a clean install of node dependencies and run tests across different versions of node.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: '.nvmrc'
- run: npm clean-install
- run: npm run test