Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abicky committed Feb 18, 2024
1 parent 118dfd2 commit f5cecb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
- '18'
- '20'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Set environement variables
run: |
echo "::add-path::$HOME/.cask/bin"
echo "$HOME/.cask/bin" >> $GITHUB_PATH
- name: Install dependencies
run: |
Expand Down

0 comments on commit f5cecb8

Please sign in to comment.