diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 217093d..8f2768e 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Setup Terraform - uses: hashicorp/setup-terraform@v2.0.3 + uses: hashicorp/setup-terraform@v3.0.0 with: cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} @@ -34,12 +34,12 @@ jobs: uses: pnpm/action-setup@v2.4.0 - name: Set Nx SHAs - uses: nrwl/nx-set-shas@v3 + uses: nrwl/nx-set-shas@v4 with: main-branch-name: production - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: pnpm diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 275a851..dfe5d71 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -24,12 +24,12 @@ jobs: uses: pnpm/action-setup@v2.4.0 - name: Set Nx SHAs - uses: nrwl/nx-set-shas@v3 + uses: nrwl/nx-set-shas@v4 with: main-branch-name: production - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: pnpm diff --git a/.nvmrc b/.nvmrc index 5538e1c..b295a68 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.6.1 +21.2.0 diff --git a/package.json b/package.json index 7ccc058..d6eb97b 100644 --- a/package.json +++ b/package.json @@ -17,19 +17,19 @@ "@sveltejs/adapter-cloudflare": "2.3.3", "@sveltejs/kit": "1.25.0", "@vite-pwa/sveltekit": "0.2.7", - "nx": "16.8.1", + "nx": "17.1.3", "prettier": "3.0.3", "prettier-plugin-svelte": "3.0.3", "svelte": "4.2.0", "svelte-check": "3.5.1", "typescript": "5.2.2", - "vite": "4.4.9", - "vite-imagetools": "5.0.8", + "vite": "5.0.2", + "vite-imagetools": "6.2.4", "vite-plugin-pwa": "0.16.5", "wrangler": "3.8.0" }, "packageManager": "pnpm@8.7.5", "engines": { - "node": "20.6.1" + "node": "21.2.0" } }