Skip to content

Commit

Permalink
ci: pin node-version to 18.17.1 (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Oct 10, 2023
1 parent 8de6a08 commit 2b38528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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 Expand Up @@ -89,7 +89,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 Expand Up @@ -156,7 +156,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 2b38528

Please sign in to comment.