Skip to content

Ran npm audit fix to update path-to-regexp version (#93) #176

Ran npm audit fix to update path-to-regexp version (#93)

Ran npm audit fix to update path-to-regexp version (#93) #176

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-extension:
runs-on: ubuntu-latest
name: Test Textmate syntax and extension
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install dependencies
run: npm install
- name: Run tests
run: xvfb-run -a npm test