]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: update CI to not run node 16. Not currently functioning
authorJoe Workman <joe@workmanmail.com>
Tue, 24 Aug 2021 20:47:19 +0000 (13:47 -0700)
committerJoe Workman <joe@workmanmail.com>
Tue, 24 Aug 2021 21:42:17 +0000 (14:42 -0700)
.github/workflows/main.yml

index 255e769a10bd4e9395408c2aa3af0908bd30fb0d..c5e16052bff04164d3491517031975099595b926 100644 (file)
@@ -4,7 +4,7 @@ on: [push, pull_request]
 
 jobs:
   build_latest_browserstack:
-    name: Node latest with browserstack
+    name: Node 14 with browserstack
     runs-on: ubuntu-latest
     strategy:
       matrix:
@@ -24,7 +24,7 @@ jobs:
         run: yarn test:javascript:browserstack
 
   build_latest:
-    name: Node latest
+    name: Node 14
     runs-on: ubuntu-latest
     strategy:
       matrix:
@@ -44,7 +44,7 @@ jobs:
     strategy:
       matrix:
         platform: [ubuntu-latest, macos-latest, windows-latest]
-        node: [ '12', '10', '8' ]
+        node: [ '12', '10']
     name: Node ${{ matrix.node }} (${{ matrix.platform }})
     runs-on: ${{ matrix.platform }}
     steps: