Refactor actions to reuse shared steps

This commit is contained in:
Quentin Gliech
2025-02-06 10:47:41 +01:00
parent c6a5f106c2
commit 058a301e3b
11 changed files with 67 additions and 120 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4.2.0
with:
node-version: 20
node-version: 22
- name: Install Localazy CLI
run: npm install -g @localazy/cli