We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6baad commit f76fc07Copy full SHA for f76fc07
.github/workflows/release.yml
@@ -18,10 +18,10 @@ jobs:
18
# @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
19
fetch-depth: 0
20
21
- - name: ♻️ Use Node.js 20.x
+ - name: ♻️ Use Node.js 18.x
22
uses: actions/setup-node@v4
23
with:
24
- node-version: 20.x
+ node-version: 18.18.x
25
26
- name: 📥 Monorepo install
27
uses: ./.github/actions/yarn-nm-install
0 commit comments