Skip to content

feat: add fs.writeFile(path, File) support #19 #21

feat: add fs.writeFile(path, File) support #19

feat: add fs.writeFile(path, File) support #19 #21

Workflow file for this run

name: Test
on:
pull_request:
branches: [develop]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- uses: pnpm/action-setup@v2
with:
version: 6.x.x
- run: pnpm install
- run: pnpm test
- run: pnpm eslint .
- run: pnpm build