diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 28f7e23ef..2140c822d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: - name: Set up node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies run: yarn --frozen-lockfile