Skip to content

Commit f76fc07

Browse files
author
zbeyens
committed
💚
1 parent 0c6baad commit f76fc07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
# @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
1919
fetch-depth: 0
2020

21-
- name: ♻️ Use Node.js 20.x
21+
- name: ♻️ Use Node.js 18.x
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 20.x
24+
node-version: 18.18.x
2525

2626
- name: 📥 Monorepo install
2727
uses: ./.github/actions/yarn-nm-install

0 commit comments

Comments
 (0)