Skip to content

Commit

Permalink
Use node 20 in eslint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Nov 10, 2023
1 parent 6e0181c commit 7439303
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 @@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down

0 comments on commit 7439303

Please sign in to comment.