diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0bdda6..380c01a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: '14' # Specify the Node.js version + node-version: '18' # Specify the Node.js version - name: Install dependencies run: npm install -g mintlify