Skip to content

Commit 5d0aa25

Browse files
authored
Merge pull request #233 from medyo/improve-analytics-streak
feat: set up Node.js version 18 in GitHub Actions workflow
2 parents 95ddfe5 + 16b8fd9 commit 5d0aa25

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)