Skip to content

Use arch=amd64 in APT sources to avoid warnings on multiarch systems. #450

Use arch=amd64 in APT sources to avoid warnings on multiarch systems.

Use arch=amd64 in APT sources to avoid warnings on multiarch systems. #450

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test