From e9c5673d1eb2352a2626014b4aff730ec235b9ea Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Wed, 11 Feb 2026 09:29:24 +0100 Subject: [PATCH 1/2] Update slack-notifiaction.yml --- .github/workflows/slack-notifiaction.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slack-notifiaction.yml b/.github/workflows/slack-notifiaction.yml index c6573daa0..b10f7765a 100644 --- a/.github/workflows/slack-notifiaction.yml +++ b/.github/workflows/slack-notifiaction.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [22.x] steps: - name: Checkout From 57a3b44170f19d42bdea1c83241e2ea5d17d9b1b Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Wed, 11 Feb 2026 09:33:44 +0100 Subject: [PATCH 2/2] Update next-env.d.ts --- next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-env.d.ts b/next-env.d.ts index 2d5420eba..c05d9f7d6 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,7 +1,7 @@ /// /// /// -import "./.next/types/routes.d.ts"; +import './.next/types/routes.d.ts'; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.