diff options
| author | Jen-Chieh Shen <jcs090218@gmail.com> | 2022-12-06 01:22:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 01:22:59 +0800 |
| commit | 89da68ab50dc73523088c53c50c8e305879f4591 (patch) | |
| tree | 8aa3ba06fce81c793bcf5bdc28c0608573245ad9 | |
| parent | b4537b6f5fa65626c1bab944681b35769cab9b5c (diff) | |
| download | rust-mode-89da68ab50dc73523088c53c50c8e305879f4591.tar.gz | |
tests: Setup node is no longer required
| -rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a970eda..db466c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: emacs-version: - 26.3 - 27.2 - - 28.1 + - 28.2 # - snapshot steps: @@ -22,10 +22,6 @@ jobs: with: version: ${{ matrix.emacs-version }} - - uses: actions/setup-node@v2 - with: - node-version: '16' - - uses: emacs-eask/setup-eask@master with: version: 'snapshot' |
