From e8bbcd44dd007ca983ef91620f50904d4889d122 Mon Sep 17 00:00:00 2001 From: Ben Rothman Date: Sat, 11 Nov 2023 14:20:45 -0500 Subject: [PATCH] Added line to csslint file. --- .github/workflows/css-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/css-lint.yml b/.github/workflows/css-lint.yml index 1d657f2b..79be95f8 100644 --- a/.github/workflows/css-lint.yml +++ b/.github/workflows/css-lint.yml @@ -15,4 +15,5 @@ jobs: - uses: actions-hub/stylelint@master env: INDENT_SPACES: 2 - PATTERN: "library/css/*.css" \ No newline at end of file + PATTERN: "library/css/*.css" + node-version: 16.16.0 \ No newline at end of file