Skip to content

Bump globals from 17.8.0 to 17.9.0 in the development-dependencies gr… #2023

Bump globals from 17.8.0 to 17.9.0 in the development-dependencies gr…

Bump globals from 17.8.0 to 17.9.0 in the development-dependencies gr… #2023

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
- run: npm ci
- run: npm run test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
- run: npm ci
- run: npm run lint