chore(workflows): Use Node 16.14 in CLI workflow (#5993)

* make packages private

* add changeset

* Update test-cli-with-database.yml

* revert
This commit is contained in:
Oli Juhl
2024-01-04 08:40:45 +01:00
committed by GitHub
parent d2ef0cff2b
commit 1468646b99

View File

@@ -45,6 +45,7 @@ jobs:
uses: ./.github/actions/setup-server
with:
cache-extension: "cli-test"
node-version: "16.14"
- name: Install Medusa cli
run: npm i -g @medusajs/medusa-cli