Skip to content

Commit

Permalink
udpate node version for es linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 2, 2025
1 parent f195e89 commit 50bd30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14' # Specify your Node.js version
node-version: '18' # MOre up to date version needed for linter

# Step 3: Instal ESLint globally
- name: Install ESLint
Expand Down

0 comments on commit 50bd30f

Please sign in to comment.