Skip to content

Commit e05c1b6

Browse files
authored
Merge pull request #415 from jcs-PR/tests/remove-setup-node
tests(test.yml): Setup node is no longer required
2 parents c005c2f + cd998f4 commit e05c1b6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
emacs-version:
19-
- 26.1
20-
- 26.2
2119
- 26.3
22-
- 27.1
2320
- 27.2
24-
- 28.1
21+
- 28.2
2522
- snapshot
2623

2724
steps:
@@ -31,10 +28,6 @@ jobs:
3128
with:
3229
version: ${{ matrix.emacs-version }}
3330

34-
- uses: actions/setup-node@v1
35-
with:
36-
node-version: '16'
37-
3831
- uses: emacs-eask/setup-eask@master
3932
with:
4033
version: 'snapshot'

0 commit comments

Comments
 (0)