Skip to content

Bump tar from 6.1.11 to 6.2.1 #17

Bump tar from 6.1.11 to 6.2.1

Bump tar from 6.1.11 to 6.2.1 #17

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: v14.16.0
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn run generate