Proper setup
All checks were successful
/ Test config on ${{matrix.node}} (20) (push) Successful in 23s
All checks were successful
/ Test config on ${{matrix.node}} (20) (push) Successful in 23s
This commit is contained in:
parent
fa42deb474
commit
dffe7bf8f4
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
name: "Test config on ${{matrix.node}}"
|
||||
name: Test config on ${{matrix.node}}
|
||||
runs-on: docker
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -12,7 +12,9 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{matrix.node}}
|
||||
|
||||
- name: Install eask
|
||||
run: npm install -g eask
|
||||
run: npm install -g @emacs-eask/cli
|
||||
|
||||
- name: Uninstall eask
|
||||
run: npm uninstall -g eask
|
||||
run: npm uninstall -g @emacs-eask/cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue