mirror of
https://github.com/lancedikson/bowser
synced 2026-02-10 01:50:10 +00:00
fix versions
This commit is contained in:
parent
d02ba7120a
commit
1b1f422147
2
.github/workflows/merge-to-master.yml
vendored
2
.github/workflows/merge-to-master.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18, 20, 22]
|
node-version: [20, 22]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get branch name (merge)
|
- name: Get branch name (merge)
|
||||||
|
|||||||
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [18, 20, 22]
|
node: [20, 22, 24]
|
||||||
name: Node ${{ matrix.node }}
|
name: Node ${{ matrix.node }}
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout latest code"
|
- name: "Checkout latest code"
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Set up node
|
- name: Set up node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: "24"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user