Skip to content

chore(deps): bump tar from 6.1.13 to 6.2.1 #73

chore(deps): bump tar from 6.1.13 to 6.2.1

chore(deps): bump tar from 6.1.13 to 6.2.1 #73

Workflow file for this run

name: Build and Test NODE
on:
push:
-branches:
- main
pull_request:
workflow_dispatch:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run generate-plugin-schema
- run: npm run test:ci