Skip to content

Commit

Permalink
Use latest node version in coffeescript CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Aug 27, 2024
1 parent 82584e2 commit 9402804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coffeescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: latest
- name: Install CoffeeScript and CoffeeLint
run: |
npm install --global coffeescript
Expand Down

0 comments on commit 9402804

Please sign in to comment.