Skip to content

Commit 04d50a7

Browse files
committed
fix: 📌 Pin Node Version
Signed-off-by: Nishant Arora <[email protected]>
1 parent a815ba4 commit 04d50a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Node.js
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 'lts/*'
29+
node-version: '18.17.1'
3030

3131
- name: Read ipfs-webui CID from package.json
3232
id: read-webui-version

0 commit comments

Comments
 (0)