Skip to content

Bump glob from 10.3.3 to 10.3.10 #23

Bump glob from 10.3.3 to 10.3.10

Bump glob from 10.3.3 to 10.3.10 #23

Workflow file for this run

name: Tests
on:
push
jobs:
run-tests:
# Use MacOS so we can run VS Code (eg. https://github.com/microsoft/vscode-test/issues/230)
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18.0.0
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: yarn
- name: Run CI Tests
run: yarn test:ci