fix: change node-version for composite setup action to 22, remove unnecessary installation of node from docker deployment (#1429)

This commit is contained in:
Meier Lukas
2024-11-05 21:06:40 +01:00
committed by GitHub
parent 7e1305c6a9
commit 319fb47744
2 changed files with 5 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ runs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"
- shell: bash