Skip to content

build(deps): bump tar from 6.2.0 to 6.2.1 #3

build(deps): bump tar from 6.2.0 to 6.2.1

build(deps): bump tar from 6.2.0 to 6.2.1 #3

Workflow file for this run

name: "NodeJS Linter"
on:
pull_request:
branches: ['*']
jobs:
linter:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install, build, and test
run: |
npm ci
npm run lint
env:
CI: true