From b7f917f80696539556ac071ca27646869c2c2dc0 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Tue, 22 Nov 2022 16:27:08 +0000 Subject: [PATCH] Run Sass tests on maintained Node.js versions --- .github/workflows/sass.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sass.yaml b/.github/workflows/sass.yaml index 78e98e96e8..2ff9851e64 100644 --- a/.github/workflows/sass.yaml +++ b/.github/workflows/sass.yaml @@ -17,7 +17,7 @@ concurrency: jobs: dart-sass: - name: Dart Sass ${{ matrix.package-version }} + name: Dart Sass ${{ matrix.package-version }} (Node.js ${{ matrix.node-version }}) runs-on: ubuntu-latest strategy: @@ -28,6 +28,8 @@ jobs: - 1.x # Dart Sass v1.x (latest) node-version: + - 14 + - 16 - 18 include: @@ -60,7 +62,7 @@ jobs: run: time ${{ matrix.run || '(echo "@import "\""govuk/all"\"";" | sass --stdin --quiet-deps --load-path=src)' }} > /dev/null node-sass: - name: Node Sass ${{ matrix.package-version }} + name: Node Sass ${{ matrix.package-version }} (Node.js ${{ matrix.node-version }}) runs-on: ubuntu-latest strategy: @@ -71,6 +73,8 @@ jobs: - 8.x # Node Sass v8.x = LibSass v3.x latest node-version: + - 14 + - 16 - 18 include: