Skip to content

Bump memfs from 4.9.2 to 4.9.3 #153

Bump memfs from 4.9.2 to 4.9.3

Bump memfs from 4.9.2 to 4.9.3 #153

Workflow file for this run

name: "lint"
on:
pull_request:
workflow_dispatch:
jobs:
# linting
linting:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint