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 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.