Skip to content

feat: add nodenv

feat: add nodenv #6

Workflow file for this run

name: Node.js CI
on:
# push:
# branches:
# - main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.17.0]
steps:
- uses: actions/checkout@v4
- name: Install packages
uses: ./.github/actions/install-packages
- name: Lint check
run: bun lint