Skip to content

Add lstatSync and lstatSyncWith #29

Add lstatSync and lstatSyncWith

Add lstatSync and lstatSyncWith #29

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn test