diff options
| author | Uri Shaked | 2025-06-29 09:37:00 +0300 |
|---|---|---|
| committer | Uri Shaked | 2025-06-29 09:37:00 +0300 |
| commit | 5c05dbb48ba958d99dd17a105948d60fc5a6ae79 (patch) | |
| tree | 7939b4c37cb8274405574f905858d771fdbf8ffb /.github | |
| parent | chore(deps): upgrade vite, vitest (diff) | |
| download | avr8js-5c05dbb48ba958d99dd17a105948d60fc5a6ae79.tar.gz avr8js-5c05dbb48ba958d99dd17a105948d60fc5a6ae79.tar.bz2 avr8js-5c05dbb48ba958d99dd17a105948d60fc5a6ae79.zip | |
ci: add node 24 to matrix
Diffstat (limited to '.github')
| -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 c35c66a..5ac0da2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - node: ['22', '20', '18'] + node: ['24', '22', '20', '18'] name: Node ${{ matrix.node }} CI steps: - uses: actions/checkout@v4 |
