Use node:20-bookworm to build
Some checks failed
/ build (push) Failing after 5m38s

This commit is contained in:
Correl Roush 2024-08-25 19:52:12 -04:00
parent b0dac33222
commit 2a1a0f8dbc

View file

@ -6,9 +6,9 @@ jobs:
build:
runs-on: docker
container:
image: silex/emacs:29.1-alpine-ci
image: node:20-bookworm
steps:
- run: apk add nodejs rsync
- run: apt update && apt install -y emacs-nox
- uses: actions/checkout@v4
- run: emacs --batch --no-init-file --load publish.el --funcall org-publish-all
- run: |