]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
test node 14 for Mac + Win
authorJoe Workman <joe@workmanmail.com>
Wed, 17 Nov 2021 21:41:15 +0000 (13:41 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 21:41:15 +0000 (13:41 -0800)
.github/workflows/main.yml

index df2629d82ba01c21c7d73b28901be12e75664692..28f2bed580bf05814fc75b637f814c20b8ba8cc5 100644 (file)
@@ -44,7 +44,7 @@ jobs:
     strategy:
       matrix:
         platform: [ubuntu-latest, macos-latest, windows-latest]
-        node: [ '12' ]
+        node: [ '12', '14' ]
     name: Node ${{ matrix.node }} (${{ matrix.platform }})
     runs-on: ${{ matrix.platform }}
     steps: