]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
update node version for testing
authorJoe Workman <joe@workmanmail.com>
Fri, 27 Sep 2024 05:20:50 +0000 (22:20 -0700)
committerJoe Workman <joe@workmanmail.com>
Fri, 27 Sep 2024 05:20:50 +0000 (22:20 -0700)
.github/workflows/main.yml

index bf3233da3bb6af3b1d03e72d125bd39dfa9426ab..45140ec857d9ac1859cee26652cff834752daa34 100644 (file)
@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node: ['20']
+        node: ['22']
     steps:
       - uses: actions/checkout@v1
       - name: install system dependencies
@@ -44,7 +44,7 @@ jobs:
     strategy:
       matrix:
         platform: [ubuntu-latest, macos-latest, windows-latest]
-        node: [ '16', '18' ]
+        node: [ '18', '20', '22' ]
     name: Node ${{ matrix.node }} (${{ matrix.platform }})
     runs-on: ${{ matrix.platform }}
     steps: