CI more
Some checks failed
/ Test config on 20 (push) Has been cancelled

This commit is contained in:
Maciej 2024-08-15 18:42:41 +03:00
parent 1a6b8836a3
commit f96762ce06
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -6,6 +6,7 @@ jobs:
strategy:
matrix:
node: ["20"]
emacs-version: [26.3, 27.2, 28.2, 29.1, snapshot]
steps:
- name: Checkout
@ -16,6 +17,11 @@ jobs:
with:
node-version: ${{matrix.node}}
- name: Setup emacs
uses: jcs090218/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- name: Install eask
run: npm install -g @emacs-eask/cli