Skip to content

Commit 16b8fd9

Browse files
committed
feat: set up Node.js version 18 in GitHub Actions workflow
1 parent 7a71385 commit 16b8fd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/distribute.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ jobs:
7272
with:
7373
path: '**/node_modules'
7474
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
75+
- name: Set up Node.js
76+
uses: actions/setup-node@v4
77+
with:
78+
node-version: 18
7579
- name: Install yarn dependencies
7680
run: yarn
7781

0 commit comments

Comments
 (0)