Skip to content

chore: add env config #3

chore: add env config

chore: add env config #3

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: pnpm ci --no-audit
- run: pnpm run lint --if-present
- run: pnpm test
- run: pnpm run build --if-present
env:
CI: true