We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8359aa3 commit 3b50b66Copy full SHA for 3b50b66
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Node.js
23
uses: actions/setup-node@v4
24
with:
25
- node-version: 20
+ node-version: 22
26
cache: npm
27
cache-dependency-path: frontend/package-lock.json
28
0 commit comments