Skip to content

Commit bb5f1c5

Browse files
committed
Don't need to call actions/setup-node
1 parent 738d754 commit bb5f1c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
bundler-cache: true
2828
- name: Run rubocop
2929
run: bundle exec rubocop
30-
- name: Set up Node.js
31-
uses: actions/setup-node@v6
32-
with:
33-
node-version: '20'
3430
- name: Run herb linter
31+
# npx should be available by default so we don't need `setup-node` action
3532
# Don't lint erb files outside of lib as the current directory also includes vendor/bundle
3633
run: npx @herb-tools/linter "lib/**/*.rhtml"

0 commit comments

Comments
 (0)