Skip to content

build(deps): bump tar from 6.1.11 to 6.2.1 #117

build(deps): bump tar from 6.1.11 to 6.2.1

build(deps): bump tar from 6.1.11 to 6.2.1 #117

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 17.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
uses: borales/[email protected]
with:
cmd: install
- name: Build
uses: borales/[email protected]
with:
cmd: build
- name: Test
uses: borales/[email protected]
with:
cmd: test