From f1d57518e29b2808b37ee4c472d2f1ceb440fb22 Mon Sep 17 00:00:00 2001 From: The Block List Project <66567751+blocklistproject@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:30:26 -0600 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4cacb00..b1aacf0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,5 +12,5 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 15.x + node-version: 18.x - run: node scripts/lint.js -- 2.47.3