Skip to content

Commit

Permalink
fix: 📌 Pin Node Version
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
  • Loading branch information
whizzzkid committed Oct 6, 2023
1 parent a815ba4 commit 04d50a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
node-version: '18.17.1'

- name: Read ipfs-webui CID from package.json
id: read-webui-version
Expand Down

0 comments on commit 04d50a7

Please sign in to comment.