Skip to content

Commit 19d8c97

Browse files
committed
fix: Correct test CI file
1 parent 56aefc5 commit 19d8c97

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/test-pr.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name: Test Pull Request
22

33
on:
4-
pull_request:
5-
branches:
6-
- **
7-
workflow_dispatch:
8-
inputs:
9-
node-version:
10-
description: Node.js version to use.
11-
required: false
12-
type: choice
13-
options:
14-
- '18'
15-
- '20'
16-
- '22'
17-
- '24'
18-
default: '24'
4+
pull_request:
5+
branches:
6+
- **
7+
workflow_dispatch:
8+
inputs:
9+
node-version:
10+
description: Node.js version to use.
11+
required: false
12+
type: choice
13+
options:
14+
- '18'
15+
- '20'
16+
- '22'
17+
- '24'
18+
default: '24'
1919

2020
jobs:
2121
test:

0 commit comments

Comments
 (0)