diff options
| author | Uri Shaked | 2023-01-05 20:56:37 +0200 |
|---|---|---|
| committer | Uri Shaked | 2023-01-05 20:56:37 +0200 |
| commit | 40e8db4727a652f323e2fc507382aee5cbb59766 (patch) | |
| tree | fa3fc502ae7bfda36ade6eac7877f9fe28e815aa /.github/workflows/ci.yml | |
| parent | 0.20.0 (diff) | |
| download | avr8js-40e8db4727a652f323e2fc507382aee5cbb59766.tar.gz avr8js-40e8db4727a652f323e2fc507382aee5cbb59766.tar.bz2 avr8js-40e8db4727a652f323e2fc507382aee5cbb59766.zip | |
ci: add node v18 to test matrix, remove v12/v10
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3344fa2..65e50da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '16', '14', '12', '10' ] + node: [ '18', '16', '14' ] name: Node ${{ matrix.node }} CI steps: - uses: actions/checkout@v1 |
