Skip to content

Update Docker image to run server via pm2 instead of serving static f… #35

Update Docker image to run server via pm2 instead of serving static f…

Update Docker image to run server via pm2 instead of serving static f… #35

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x, 22.x ]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
with:
version: ${{ matrix.node-version }}