Skip to content

Commit 8470974

Browse files
author
Bart Veneman
committed
rename primary branch to main
1 parent b024283 commit 8470974

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
test:
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 3
1414
strategy:
1515
matrix:
16-
nodejs: [18, 20]
16+
nodejs: [18, 20, 22]
1717
os: [ubuntu-latest]
1818
steps:
1919
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)