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 b024283 commit 8470974Copy full SHA for 8470974
.github/workflows/test.yaml
@@ -2,9 +2,9 @@ name: Test
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
pull_request:
7
8
9
jobs:
10
test:
@@ -13,7 +13,7 @@ jobs:
13
timeout-minutes: 3
14
strategy:
15
matrix:
16
- nodejs: [18, 20]
+ nodejs: [18, 20, 22]
17
os: [ubuntu-latest]
18
steps:
19
- uses: actions/checkout@v3
0 commit comments