]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
node-sass requires node 12+
authorJoe Workman <joe@workmanmail.com>
Tue, 24 Aug 2021 21:48:07 +0000 (14:48 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Aug 2021 21:48:07 +0000 (14:48 -0700)
.github/workflows/main.yml

index 4b35388e39d2621d4f2594412942cc42679f847b..a1069b6bac2227b2a195914d553697f385e4f0ca 100644 (file)
@@ -40,7 +40,7 @@ jobs:
     strategy:
       matrix:
         platform: [ubuntu-latest, macos-latest, windows-latest]
-        node: [ '12', '10' ]
+        node: [ '12' ]
     name: Node ${{ matrix.node }} (${{ matrix.platform }})
     runs-on: ${{ matrix.platform }}
     steps: