Skip to content

Bump tar from 6.1.13 to 6.2.1 #223

Bump tar from 6.1.13 to 6.2.1

Bump tar from 6.1.13 to 6.2.1 #223

Workflow file for this run

name: CI
on:
pull_request:
branches-ignore:
- 'test123'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
- run: yarn install
- run: yarn build-ci