diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bbccd70..1cf3083 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: lts/* + node-version: 18 registry-url: https://registry.npmjs.org/ cache: "yarn"