Skip to content

fix: Node lts slim and switch to tini #26

fix: Node lts slim and switch to tini

fix: Node lts slim and switch to tini #26

Workflow file for this run

name: Testing CI
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- run: npm ci
- uses: oven-sh/setup-bun@v1
- run: bun run build