Skip to content

Commit

Permalink
Update Node.js version to 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Feb 18, 2024
1 parent a9fd842 commit 809807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_chacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js 🫡
uses: actions/setup-node@v2
with:
node-version: "14" # Use a specific Node.js version, adjust as needed
node-version: "20.9.0" # Use a specific Node.js version, adjust as needed

- name: Install Dependencies ☘️
run: npm i # Use npm i for faster and more consistent installs
Expand Down

0 comments on commit 809807e

Please sign in to comment.