Skip to content

Bump tar-fs from 1.16.3 to 1.16.5 (#40) #56

Bump tar-fs from 1.16.3 to 1.16.5 (#40)

Bump tar-fs from 1.16.3 to 1.16.5 (#40) #56

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint_and_test:
runs-on: ubuntu-latest
name: Linting & Tests
steps:
- name: Cloning repo
uses: actions/checkout@v5
- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run tests
run: npm run test