Skip to content

build(deps): bump tar from 6.1.14 to 6.2.1 #29

build(deps): bump tar from 6.1.14 to 6.2.1

build(deps): bump tar from 6.1.14 to 6.2.1 #29

Workflow file for this run

name: tests
on:
release:
types: [created]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
name:
description: 'reason'
required: false
default: ''
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js v20.x
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn test