Skip to content

build(deps-dev): bump globals from 17.6.0 to 17.7.0 #997

build(deps-dev): bump globals from 17.6.0 to 17.7.0

build(deps-dev): bump globals from 17.6.0 to 17.7.0 #997

Workflow file for this run

name: Main Workflow
on:
pull_request:
branches: [main]
jobs:
build-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup Node.js for use with actions
uses: actions/setup-node@v6
with:
node-version: 24.x
cache: "npm"
- name: Build
run: |
npm ci
npm run build
- name: Test
run: npm test