Skip to content

Commit 678e44d

Browse files
committed
fix: Arrays
1 parent 19d8c97 commit 678e44d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: Test Pull Request
33
on:
44
pull_request:
55
branches:
6-
- **
6+
- **
77
workflow_dispatch:
88
inputs:
99
node-version:
1010
description: Node.js version to use.
1111
required: false
1212
type: choice
1313
options:
14-
- '18'
15-
- '20'
16-
- '22'
17-
- '24'
14+
- '18'
15+
- '20'
16+
- '22'
17+
- '24'
1818
default: '24'
1919

2020
jobs:

0 commit comments

Comments
 (0)