Skip to content

Bump tar-fs from 3.1.0 to 3.1.1 #11

Bump tar-fs from 3.1.0 to 3.1.1

Bump tar-fs from 3.1.0 to 3.1.1 #11

Workflow file for this run

name: Test
on:
push:
workflow_call:
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 21
- uses: actions/checkout@v4
- run: npm ci
- run: npm run compile
- run: npm run prepare:test
- run: npm run test:unit