Skip to content

Commit 504ddfe

Browse files
committed
ci: Update CLI file to use Node.js 22
1 parent a774883 commit 504ddfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
registry-url: https://registry.npmjs.org
2323

2424
- name: Install Dependencies

0 commit comments

Comments
 (0)