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 85d2b77 commit 5284024Copy full SHA for 5284024
.github/workflows/build.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
with:
23
- node-version: '22' # or match the version in .nvmrc or package.json
+ node-version: '22'
24
25
- name: Install dependencies
26
run: npm ci
0 commit comments