Skip to content

Fix issues creating prototypes when using npm v10.4.0 or newer by removing dependency on zlib #3803

Fix issues creating prototypes when using npm v10.4.0 or newer by removing dependency on zlib

Fix issues creating prototypes when using npm v10.4.0 or newer by removing dependency on zlib #3803

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- support/*
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm install --omit=production
- run: npm run lint