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:
15
.github/workflows/ct.yml
vendored
15
.github/workflows/ct.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user