]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
make sure to use the latest node LTS
authorBastien Wirtz <bastien.wirtz@gmail.com>
Sun, 10 Mar 2024 13:12:25 +0000 (14:12 +0100)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Sun, 10 Mar 2024 13:15:49 +0000 (14:15 +0100)
.github/workflows/integration.yml

index 258e77e6dcfdd592cd934bbe32c29315fdea7ea6..3177a5ef07c56e79d16829e80c4c634887c002c7 100644 (file)
@@ -16,7 +16,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [16.x]
+        node-version: [20.x]
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
 
     steps: