Skip to content

Commit b9ce1e2

Browse files
committed
Update github workflow.
1 parent 3414df3 commit b9ce1e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Test CI
55

66
on:
77
push:
8-
branches: ["master"]
8+
branches: ["master", "feature/fix-testing"]
99
pull_request:
1010
branches: ["master"]
1111

@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [macos-latest, ubuntu-latest]
18-
node-version: [16, 18, 19]
18+
node-version: [18, 20]
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v3

0 commit comments

Comments
 (0)