This commit is contained in:
parent
1a6b8836a3
commit
f96762ce06
1 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: ["20"]
|
node: ["20"]
|
||||||
|
emacs-version: [26.3, 27.2, 28.2, 29.1, snapshot]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -16,6 +17,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{matrix.node}}
|
node-version: ${{matrix.node}}
|
||||||
|
|
||||||
|
- name: Setup emacs
|
||||||
|
uses: jcs090218/setup-emacs@master
|
||||||
|
with:
|
||||||
|
version: ${{ matrix.emacs-version }}
|
||||||
|
|
||||||
- name: Install eask
|
- name: Install eask
|
||||||
run: npm install -g @emacs-eask/cli
|
run: npm install -g @emacs-eask/cli
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue