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 9fbdaa2 commit cfc1066Copy full SHA for cfc1066
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: 🟢 Setup Node.js runtime
30
uses: actions/setup-node@v4
31
with:
32
- node-version: 22
+ node-version-file: '.nvmrc'
33
cache: 'pnpm'
34
35
- name: 📚 Install project dependencies
0 commit comments