Skip to content

[update]: setuop/node version for gh actions #19

[update]: setuop/node version for gh actions

[update]: setuop/node version for gh actions #19

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- 'develop'
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v4
- uses: action/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
- run: npm run lint
- run: npm run typecheck