We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56aefc5 commit 19d8c97Copy full SHA for 19d8c97
.github/workflows/test-pr.yml
@@ -1,21 +1,21 @@
1
name: Test Pull Request
2
3
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'
+ pull_request:
+ branches:
+ - **
+ workflow_dispatch:
+ inputs:
+ node-version:
+ description: Node.js version to use.
+ required: false
+ type: choice
+ options:
+ - '18'
+ - '20'
+ - '22'
+ - '24'
+ default: '24'
19
20
jobs:
21
test:
0 commit comments