Skip to content

Commit e1234d0

Browse files
committed
ci: Update Node.js versions in PR workflow
- Added Node.js 24 to the matrix - Removed Node.js 18 from the matrix
1 parent 5f8e9ba commit e1234d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
os:
4545
- "ubuntu-latest"
4646
node:
47+
- "24"
4748
- "22"
4849
- "20"
49-
- "18"
5050
runs-on: ${{ matrix.os }}
5151
steps:
5252
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)