Skip to content

Bump semver from 5.7.1 to 5.7.2 #116

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #116

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install yarn
run: npm install -g yarn
- name: Bootstrap tests
run: yarn test:ci
- name: Lint
run: yarn lint
- name: Upload build
uses: actions/upload-artifact@v2
with:
name: ts-plugin
path: ./dist
- name: Upload build
uses: actions/upload-artifact@v2
with:
name: vscode-plugin
path: ./plugin/*.vsix