Skip to content

fix detection of zip 64 archives to look for the locator rather than … #24

fix detection of zip 64 archives to look for the locator rather than …

fix detection of zip 64 archives to look for the locator rather than … #24

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
node-version:
- 12
- 14
- 16
- 18
- 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: node test/test.js