Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 10, 2023
1 parent 0c6baad commit f76fc07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
# @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
fetch-depth: 0

- name: ♻️ Use Node.js 20.x
- name: ♻️ Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 18.18.x

- name: 📥 Monorepo install
uses: ./.github/actions/yarn-nm-install
Expand Down

0 comments on commit f76fc07

Please sign in to comment.