Skip to content

fix: compressed option should be false by default #43

fix: compressed option should be false by default

fix: compressed option should be false by default #43

Workflow file for this run

name: Node.js 16 CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
- run: npm install
- run: npm run prepublishOnly
- run: node -v
- run: npm run test-node16