Skip to content

feat: convert to Bun and fix the Docker build #39

feat: convert to Bun and fix the Docker build

feat: convert to Bun and fix the Docker build #39

Workflow file for this run

name: Lint, Build or Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
- name: Unit Tests
run: npm run test