We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95ddfe5 + 16b8fd9 commit 5d0aa25Copy full SHA for 5d0aa25
1 file changed
.github/workflows/distribute.yml
@@ -72,6 +72,10 @@ jobs:
72
with:
73
path: '**/node_modules'
74
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
79
- name: Install yarn dependencies
80
run: yarn
81
0 commit comments