Skip to content

Commit 2b38528

Browse files
authored
ci: pin node-version to 18.17.1 (#2662)
1 parent 8de6a08 commit 2b38528

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install Node.js
9090
uses: actions/setup-node@v3
9191
with:
92-
node-version: 'lts/*'
92+
node-version: '18.17.1'
9393

9494
- name: Read ipfs-webui CID from package.json
9595
id: read-webui-version
@@ -156,7 +156,7 @@ jobs:
156156
- name: Install Node.js
157157
uses: actions/setup-node@v3
158158
with:
159-
node-version: 'lts/*'
159+
node-version: '18.17.1'
160160

161161
- name: Read ipfs-webui CID from package.json
162162
id: read-webui-version

0 commit comments

Comments
 (0)