Skip to content

Bump tar-fs from 3.0.8 to 3.1.1 (#352) #76

Bump tar-fs from 3.0.8 to 3.1.1 (#352)

Bump tar-fs from 3.0.8 to 3.1.1 (#352) #76

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: node
cache: 'npm'
- run: npm ci
- run: npm test