Skip to content

Bump es5-ext from 0.10.53 to 0.10.63 in /webview #136

Bump es5-ext from 0.10.53 to 0.10.63 in /webview

Bump es5-ext from 0.10.53 to 0.10.63 in /webview #136

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: yarn install
- run: yarn build