Skip to content

Commit

Permalink
update node version in workflowsupdate workflow node version
Browse files Browse the repository at this point in the history
  • Loading branch information
HaruHunab1320 committed Mar 25, 2024
1 parent 41ab51b commit 64773fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@25316bbc1f10ac9d8798711f44914b1cf3c4e954 # v2.4.0
with:
node-version: '19.x'
node-version: '20.x'
- name: Install Dependencies
run: npm ci
- name: Run ESLint
Expand Down

0 comments on commit 64773fb

Please sign in to comment.