Skip to content

Update zlib-rs from 0.5.2 to 0.5.5 #131

Update zlib-rs from 0.5.2 to 0.5.5

Update zlib-rs from 0.5.2 to 0.5.5 #131

Workflow file for this run

name: JavaScript chores
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: node
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run lint