1
0
mirror of https://github.com/lancedikson/bowser synced 2026-02-09 17:40:09 +00:00

LTS matrix

This commit is contained in:
naorpeled 2026-02-07 19:57:43 +02:00
parent c0278c4ac2
commit 02d4f94d61
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node-version: [20]
node-version: [18, 20, 22]
steps:
- name: Get branch name (merge)

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20]
node: [18, 20, 22]
name: Node ${{ matrix.node }}
steps:
- name: "Checkout latest code"