diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 98d93b0..22fc322 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16.x' + node-version: '18.x' - name: Cache node modules uses: actions/cache@v2 env: