Skip to content

Commit 0381210

Browse files
authored
tests(test.yml): Setup node is no longer required (#150)
1 parent 2894e6d commit 0381210

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
@@ -10,12 +10,9 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
emacs-version:
13-
- 26.1
14-
- 26.2
1513
- 26.3
16-
- 27.1
1714
- 27.2
18-
- 28.1
15+
- 28.2
1916
- snapshot
2017

2118
steps:
@@ -25,10 +22,6 @@ jobs:
2522
with:
2623
version: ${{ matrix.emacs-version }}
2724

28-
- uses: actions/setup-node@v1
29-
with:
30-
node-version: '16'
31-
3225
- uses: emacs-eask/setup-eask@master
3326
with:
3427
version: 'snapshot'

0 commit comments

Comments
 (0)