Update to node 18, add docker build test (#699)

* Update to node 18

* match version in readme

* test docker build

* Update node in docs

* update to new readthedocs url

* v4.4.0
This commit is contained in:
Andrew Calcutt
2023-01-08 22:19:21 -05:00
committed by GitHub
parent a890382120
commit 687bbe1606
7 changed files with 23 additions and 8 deletions

View File

@@ -55,3 +55,18 @@ jobs:
- name: Run tests 🧪
run: xvfb-run --server-args="-screen 0 1024x768x24" npm test
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: 'arm64'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Test Docker Build
uses: docker/build-push-action@v3
with:
context: .
push: false
platforms: linux/arm64,linux/amd64