We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a815ba4 commit 04d50a7Copy full SHA for 04d50a7
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Node.js
27
uses: actions/setup-node@v3
28
with:
29
- node-version: 'lts/*'
+ node-version: '18.17.1'
30
31
- name: Read ipfs-webui CID from package.json
32
id: read-webui-version
0 commit comments