We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56f94a commit f7b8effCopy full SHA for f7b8eff
.github/workflows/ci-cd.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js
26
uses: actions/setup-node@v3
27
with:
28
- node-version: 18
+ node-version: 22
29
cache: 'npm'
30
31
# Install dependencies only once
0 commit comments