aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorUri Shaked2023-01-05 20:56:37 +0200
committerUri Shaked2023-01-05 20:56:37 +0200
commit40e8db4727a652f323e2fc507382aee5cbb59766 (patch)
treefa3fc502ae7bfda36ade6eac7877f9fe28e815aa /.github
parent0.20.0 (diff)
downloadavr8js-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.yml2
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