Skip to content

chore(deps): bump @babel/types from 7.22.5 to 7.22.10 #575

chore(deps): bump @babel/types from 7.22.5 to 7.22.10

chore(deps): bump @babel/types from 7.22.5 to 7.22.10 #575

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [16.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run vscode:prepublish
- name: Run headless test
uses: coactions/setup-xvfb@v1
with:
run: npm test