diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3b8f93ec1..807c1682c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Set up yarn network timeout run: yarn config set network-timeout 1000000 -g