]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Move latest to node 14
authorJoe Workman <joe@workmanmail.com>
Wed, 17 Nov 2021 19:17:36 +0000 (11:17 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 19:17:36 +0000 (11:17 -0800)
.github/workflows/main.yml

index a1069b6bac2227b2a195914d553697f385e4f0ca..b32b3200387b0139d7cb5878209749a4d851b820 100644 (file)
@@ -4,9 +4,11 @@ on: [push, pull_request]
 
 jobs:
   build_latest_browserstack:
-    name: Node latest with browserstack
+    name: Node 14 with browserstack
     runs-on: ubuntu-latest
-    container: node:latest
+    strategy:
+      matrix:
+        node-version: [14.x] # latest (16) not functional
     steps:
       - uses: actions/checkout@v1
       - name: install system dependencies
@@ -22,9 +24,11 @@ jobs:
         run: yarn test:javascript:browserstack
 
   build_latest:
-    name: Node latest
+    name: Node 14
     runs-on: ubuntu-latest
-    container: node:current
+    strategy:
+      matrix:
+        node-version: [14.x] # latest (16) not functional
     steps:
       - uses: actions/checkout@v1
       - name: install system dependencies