From 5f8551106960933dae885cc29e89e8992e51b600 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Fri, 10 Nov 2023 00:26:20 +0100 Subject: [PATCH] chore: Pin on 14.0.1 --- .github/workflows/ci-cd.yml | 6 +++--- packages/e2e/package.json | 2 +- packages/playground/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5adde0ec..c1b42d03 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -18,10 +18,10 @@ jobs: next-version: - '13.4' - '13.5' - - '14' - - latest + - '14.0.1' + # - latest include: - - next-version: 'latest' + - next-version: '14.0.1' base-path: '/base' steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 19ca0bb5..a354132e 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -20,7 +20,7 @@ "cypress:run": "cypress run --headless" }, "dependencies": { - "next": "14.0.2-canary.7", + "next": "14.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "next-usequerystate": "workspace:*" diff --git a/packages/playground/package.json b/packages/playground/package.json index 2c96d973..617d7ffc 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -16,7 +16,7 @@ "start": "next start" }, "dependencies": { - "next": "^14", + "next": "14.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "next-usequerystate": "workspace:*"