diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 325c2753b..252971e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: 📦 Install Dependencies run: yarn install --immutable --immutable-cache --check-cache diff --git a/.nvmrc b/.nvmrc index b6a7d89c6..8ca05d3c3 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +18.13 diff --git a/README.md b/README.md index c7dcebdda..342b036a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MPDX This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/zeit/next.js/tree/canary/packages/create-next-app). -The project uses node version 16.16.0. +The project uses node version 18.13.0. ## Environments