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

index b32b3200387b0139d7cb5878209749a4d851b820..1d8735427a06a51a4304f8f7cd3de796a9a640e2 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [14.x] # latest (16) not functional
+        node: ['14'] # latest (16+) not functional
     steps:
       - uses: actions/checkout@v1
       - name: install system dependencies
@@ -28,7 +28,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [14.x] # latest (16) not functional
+        node: ['14'] # latest (16+) not functional
     steps:
       - uses: actions/checkout@v1
       - name: install system dependencies