Skip to content

Commit

Permalink
chore: Pin on 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Nov 9, 2023
1 parent 2e26a81 commit 5f85511
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*"
Expand Down

0 comments on commit 5f85511

Please sign in to comment.