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 4a5b222 commit f62e4c3Copy full SHA for f62e4c3
.github/workflows/cli.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Node.js
21
uses: actions/setup-node@v2
22
with:
23
- node-version: '14' # Specify your Node.js version
+ node-version: '23.2.0' # Update to Node.js version 16 or higher
24
25
- name: Install dependencies
26
run: npm install
0 commit comments