Skip 18, use 24 (#4519)
This commit is contained in:
parent
28706230a4
commit
5c8483a803
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 20.x, 22.x]
|
||||
node-version: [20.x, 22.x, 24.x]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue