Skip to content

Commit

Permalink
ci: add support for Node.js v23 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 authored Oct 31, 2024
1 parent f20f6ad commit 48a5f07
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: ci
on:
push:
branches:
- master
- 1.x
pull_request:
branches:
- 1.x

jobs:
test:
Expand Down Expand Up @@ -36,6 +38,7 @@ jobs:
- Node.js 20.x
- Node.js 21.x
- Node.js 22.x
- Node.js 23.x

include:
- name: Node.js 0.8
Expand Down Expand Up @@ -128,7 +131,10 @@ jobs:
node-version: "21"

- name: Node.js 22.x
node-version: "22.4.1"
node-version: "22"

- name: Node.js 23.x
node-version: "23"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 48a5f07

Please sign in to comment.