Skip to content

Commit aee5a63

Browse files
committed
update stuff
1 parent 8b38f12 commit aee5a63

3 files changed

Lines changed: 683 additions & 719 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches: ["main"]
6-
pull_request_target:
6+
pull_request:
77
paths:
88
- 'src/**'
99
- 'test/**'
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
strategy:
2525
matrix:
26-
node-version: [20.x, 22.x, 24.x, 25.x]
26+
node-version: [22.x, 24.x, 25.x]
2727
platform:
2828
- os: ubuntu-latest
2929
shell: bash

0 commit comments

Comments
 (0)