diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2024-03-10 14:12:25 +0100 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2024-03-10 14:15:49 +0100 |
commit | f2f03eb3cc3be56abe32c064ec8d21912c4b4a47 (patch) | |
tree | 008fa99e1cd47d23c5d65e751701180d6138f992 /.github | |
parent | c0e7103c67ba1d65f744db4790fd71514d96a52b (diff) | |
download | homer-f2f03eb3cc3be56abe32c064ec8d21912c4b4a47.tar.gz homer-f2f03eb3cc3be56abe32c064ec8d21912c4b4a47.tar.zst homer-f2f03eb3cc3be56abe32c064ec8d21912c4b4a47.zip |
make sure to use the latest node LTS
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 258e77e..3177a5e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml | |||
@@ -16,7 +16,7 @@ jobs: | |||
16 | 16 | ||
17 | strategy: | 17 | strategy: |
18 | matrix: | 18 | matrix: |
19 | node-version: [16.x] | 19 | node-version: [20.x] |
20 | # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | 20 | # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ |
21 | 21 | ||
22 | steps: | 22 | steps: |