commit | c491d3a26f11ae63c566ae50fbd44e844f448724 | [log] [tgz] |
---|---|---|
author | Norman Breau <norman@breautek.com> | Tue Jul 02 09:35:44 2024 -0300 |
committer | GitHub <noreply@github.com> | Tue Jul 02 09:35:44 2024 -0300 |
tree | 01eb4d110301e3ebceef0422b227c12668301468 | |
parent | 5158ec512d7ebd57c6fd62dbbcc4ce18c79a8ef6 [diff] |
ci: Drop NodeJS 10, 12, 14. Added 18, 20, 22 (#144)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 730c21f..fe37ef3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, macos-latest] steps: