Skip to content

Bump @babel/traverse and jest-editor-support (#347) #35

Bump @babel/traverse and jest-editor-support (#347)

Bump @babel/traverse and jest-editor-support (#347) #35

Workflow file for this run

name: master
on:
push:
branches: [master]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test
- run: npm run build --if-present
- run: npm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT}}