Skip to content

Commit f62e4c3

Browse files
committed
Fix node version
1 parent 4a5b222 commit f62e4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Node.js
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: '14' # Specify your Node.js version
23+
node-version: '23.2.0' # Update to Node.js version 16 or higher
2424

2525
- name: Install dependencies
2626
run: npm install

0 commit comments

Comments
 (0)