mirror of
https://github.com/lancedikson/bowser
synced 2026-02-10 01:50:10 +00:00
LTS matrix
This commit is contained in:
parent
c0278c4ac2
commit
02d4f94d61
2
.github/workflows/merge-to-master.yml
vendored
2
.github/workflows/merge-to-master.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20]
|
||||
node-version: [18, 20, 22]
|
||||
|
||||
steps:
|
||||
- name: Get branch name (merge)
|
||||
|
||||
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user