Skip to content

Commit c7004fc

Browse files
authored
Merge pull request #180 from jcs-PR/tests/remove-setup-node
tests: Setup node is no longer required
2 parents 237fa54 + 227648c commit c7004fc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
with:
3838
version: ${{ matrix.emacs-version }}
3939

40-
- uses: actions/setup-node@v2
41-
with:
42-
node-version: '16'
43-
4440
- uses: emacs-eask/setup-eask@master
4541
with:
4642
version: 'snapshot'

Eask

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"0.4"
33
"Major mode for editing typescript")
44

5+
(website-url "http://github.com/ananthakumaran/typescript.el")
6+
(keywords "typescript" "languages")
7+
58
(package-file "typescript-mode.el")
69

710
(files "*.el")

0 commit comments

Comments
 (0)