Skip to content

feat: using env.runner_temp instead of home directory to write json f… #137

feat: using env.runner_temp instead of home directory to write json f…

feat: using env.runner_temp instead of home directory to write json f… #137

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run build
- run: npm test