Skip to content

Commit e90fbcd

Browse files
authored
Update Node.js version from 20 to 22 in ESLint workflow
1 parent 797133b commit e90fbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node.js
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 20
41+
node-version: 22
4242
cache: pnpm
4343
cache-dependency-path: backend/pnpm-lock.yaml
4444

0 commit comments

Comments
 (0)