diff --git a/.github/workflows/vercel-deploy-erd-sample.yml b/.github/workflows/vercel-deploy-erd-sample.yml index ede822e9..1c2c6ff6 100644 --- a/.github/workflows/vercel-deploy-erd-sample.yml +++ b/.github/workflows/vercel-deploy-erd-sample.yml @@ -59,6 +59,7 @@ jobs: VERCEL_ORG_ID: ${{ vars.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ vars[matrix.apps.vercel-project-id-key] }} steps: + - run: node -v - uses: actions/checkout@v4 - uses: ./.github/actions/pnpm-setup - name: Install Vercel CLI diff --git a/.node-version b/.node-version index 7af24b7d..1117d417 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.11.0 +18.20.5