We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eeddf8 commit 093644bCopy full SHA for 093644b
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Node.js
15
uses: actions/setup-node@v4
16
with:
17
- node-version: "18"
+ node-version: "23"
18
cache: "npm"
19
cache-dependency-path: frontend/package-lock.json
20
0 commit comments