From 913eb5b1ed4435d8981a2cbeaf47b91d15c7d23b Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Mon, 16 Oct 2023 06:27:23 -0500 Subject: [PATCH] fix: update linter to node.js 18 (#46) Required here: https://github.com/sindresorhus/awesome-lint/blob/6424cc0949c644931bb9441c4384f5a0a9e78a46/package.json#L16 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6a7ce4d..01fb0a4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: - name: Setup node uses: actions/setup-node@v1 with: - node-version: "12.x" + node-version: "18.x" - run: | npm install --global awesome-lint@latest awesome-lint