Skip to content

build(deps): bump tar from 6.1.12 to 6.2.1 #182

build(deps): bump tar from 6.1.12 to 6.2.1

build(deps): bump tar from 6.1.12 to 6.2.1 #182

Workflow file for this run

name: build test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: setup cache
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node
- name: Install dependencies
run: npm ci
- name: lint
run: npm run lint
- name: Build
run: npm run build