diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ae22e..418f571 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - run: npm ci @@ -58,7 +58,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: 'npm' - name: Cache Next.js build output diff --git a/.nvmrc b/.nvmrc index 25bf17f..2edeafb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 \ No newline at end of file +20 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 617c90b..0128f84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "typescript": "^5.3.3" }, "engines": { - "node": "18" + "node": "20" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 21ae951..93bfa40 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "typescript": "^5.3.3" }, "engines": { - "node": "18" + "node": "20" }, "browserslist": [ "> 0.2%",