Upgrade to Next.js 14 (#1224)

This commit is contained in:
Lee Robinson
2023-10-27 14:11:18 -05:00
committed by GitHub
parent 80e48001d9
commit 2448f5201c
10 changed files with 407 additions and 393 deletions

View File

@@ -27,6 +27,6 @@ jobs:
key: node-modules-cache-${{ hashFiles('**/pnpm-lock.yaml') }}
- name: Install dependencies
if: steps.node-modules-cache.outputs.cache-hit != 'true'
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Run tests
run: pnpm test