aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2025-06-29 09:37:00 +0300
committerUri Shaked2025-06-29 09:37:00 +0300
commit5c05dbb48ba958d99dd17a105948d60fc5a6ae79 (patch)
tree7939b4c37cb8274405574f905858d771fdbf8ffb
parentchore(deps): upgrade vite, vitest (diff)
downloadavr8js-5c05dbb48ba958d99dd17a105948d60fc5a6ae79.tar.gz
avr8js-5c05dbb48ba958d99dd17a105948d60fc5a6ae79.tar.bz2
avr8js-5c05dbb48ba958d99dd17a105948d60fc5a6ae79.zip
ci: add node 24 to matrix
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 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