diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e72bd3..c9042ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '18.12.1' + node-version: '20.9.0' - name: install run: npm ci --legacy-peer-deps - name: lint diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ecf290d..21d119c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: - node-version: '18.12.1' + node-version: '20.9.0' - name: Install Vercel CLI run: npm install --global vercel@latest - name: Pull Vercel Environment Information