Skip to content

Properly handle long linkpath in PaxHeader #344

Properly handle long linkpath in PaxHeader

Properly handle long linkpath in PaxHeader #344

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
platform:
- os: ubuntu-latest
shell: bash
- os: macos-latest
shell: bash
fail-fast: false
runs-on: ${{ matrix.platform.os }}
defaults:
run:
shell: ${{ matrix.platform.shell }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Use Nodejs ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run Tests
run: npm test -- -c