Skip to content

Commit 7950ae3

Browse files
authored
ci: correct test workflow (#105)
1 parent 46317b5 commit 7950ae3

1 file changed

Lines changed: 2 additions & 2 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/**'
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout Repository
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646

4747
- name: Use Nodejs ${{ matrix.node-version }}
4848
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)