Skip to content

Bump browserify-sign from 4.0.4 to 4.2.2 #88

Bump browserify-sign from 4.0.4 to 4.2.2

Bump browserify-sign from 4.0.4 to 4.2.2 #88

Workflow file for this run

name: Build and Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
image: [macos-12, ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.image }}
steps:
- uses: actions/checkout@v2
- id: yarn-cache
name: Determine Yarn cache directory
run: |
echo "::set-output name=path::$(yarn cache dir)"
- name: Yarn cache
uses: actions/[email protected]
with:
path: ${{ steps.yarn-cache.outputs.path }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies
run: |
yarn install
- name: Build
run: |
yarn run build
- name: Run tests
run: |
yarn test
- name: Upload the distribution
if: matrix.image == 'ubuntu-18.04'
uses: actions/[email protected]
with:
name: msdn-delocalizer
path: build/dest