Proper setup
All checks were successful
/ Test config on ${{matrix.node}} (20) (push) Successful in 23s

This commit is contained in:
Maciej 2024-05-30 21:57:52 +03:00
parent fa42deb474
commit dffe7bf8f4
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -1,7 +1,7 @@
on: [push] on: [push]
jobs: jobs:
test: test:
name: "Test config on ${{matrix.node}}" name: Test config on ${{matrix.node}}
runs-on: docker runs-on: docker
strategy: strategy:
matrix: matrix:
@ -12,7 +12,9 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: ${{matrix.node}} node-version: ${{matrix.node}}
- name: Install eask - name: Install eask
run: npm install -g eask run: npm install -g @emacs-eask/cli
- name: Uninstall eask - name: Uninstall eask
run: npm uninstall -g eask run: npm uninstall -g @emacs-eask/cli