Skip to content

Commit a66bef3

Browse files
wip
1 parent 4b93742 commit a66bef3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,11 @@ jobs:
5858
with:
5959
ruby-version: "3.4"
6060
bundler-cache: true
61+
- name: Set up Node.js
62+
- uses: actions/setup-node@v4
63+
with:
64+
node-version: '24'
65+
- name: Install ESLint globally
66+
run: npm install -g eslint@10
6167
- name: Lint JS files
6268
run: bin/rake lint:js

0 commit comments

Comments
 (0)