Skip to content

Bump eslint from 8.40.0 to 9.34.0 #61

Bump eslint from 8.40.0 to 9.34.0

Bump eslint from 8.40.0 to 9.34.0 #61

Workflow file for this run

name: "Test"
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- 'releases/*'
jobs:
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
node --experimental-vm-modules node_modules/jest/bin/jest.js