This commit is contained in:
MartinBraquet
2025-12-04 21:19:06 +01:00
parent 922232e943
commit ce962f60ff
2 changed files with 1 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y wget unzip
LATEST=https://github.com/opentofu/opentofu/releases/download/v1.10.5/tofu_1.10.5_linux_amd64.zip
cd /tmp || exit 1
curl -LO "$LATEST"
unzip -o tofu_*_linux_amd64.zip
sudo mv tofu /usr/local/bin/

View File

@@ -1,7 +1,7 @@
{
"name": "@compass/api",
"description": "Backend API endpoints",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"scripts": {
"watch:serve": "tsx watch src/serve.ts",