diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4fa281e7..af5f9a25 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,10 +35,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js 18.16.0 + - name: Use Node.js 20.10.0 uses: actions/setup-node@v4 with: - node-version: 18.16.0 + node-version: 20.10.0 cache: 'npm' - run: npm ci - run: npm run lint:scss --silent