Skip to content

Commit 3c3a40f

Browse files
committed
Fix
1 parent 6ce4cd5 commit 3c3a40f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/eslinter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- name: Install Node.JS
23-
uses: actions/setup-node@v4
24-
with:
25-
node-version: latest
22+
# - name: Install Node.JS
23+
# uses: actions/setup-node@v4
24+
# with:
25+
# node-version: latest
2626

2727
# - name: Install ESlint
2828
# run: npm init @eslint/config@latest

0 commit comments

Comments
 (0)