This commit is contained in:
parent
1a6b8836a3
commit
f96762ce06
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue