Skip to content

chore(deps-dev): bump globals from 15.9.0 to 15.10.0 #1260

chore(deps-dev): bump globals from 15.9.0 to 15.10.0

chore(deps-dev): bump globals from 15.9.0 to 15.10.0 #1260

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.tool-versions'
cache: 'npm'
cache-dependency-path: ./package-lock.json
- name: Install dependencies
run: npm ci
- name: Source
run: npm test
- name: Build
run: npm run build