Skip to content

dependencies: update debug to 4.3.7 + ms to 2.1.3 #166

dependencies: update debug to 4.3.7 + ms to 2.1.3

dependencies: update debug to 4.3.7 + ms to 2.1.3 #166

Workflow file for this run

name: Alpine Linux
on: push
jobs:
build:
runs-on: ubuntu-latest
container: alpine:latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js + NPM
run: |
apk update
apk add nodejs npm
- name: Install build dependencies for Node.js canvas
run: |
apk add g++ make pkgconf
apk add cairo-dev giflib-dev jpeg-dev pango-dev
- name: Install Node.js packages
run: |
cd export-server
npm install