Skip to content

Commit e52930b

Browse files
committed
fix: ci github action script
1 parent 79d4ea0 commit e52930b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@ name: Run CI
22

33
on:
44
push:
5-
branches: master
6-
tags: v*
5+
branches:
6+
- master
7+
tags:
8+
- v*
79
pull_request:
8-
branches: "*"
10+
branches:
11+
- "*"
912

1013
jobs:
1114
all:
1215
name: "Run CI"
1316
runs-on: ubuntu-latest
1417
strategy:
1518
matrix:
16-
node-version: [18.x, 20.x]
19+
node-version: [20.x, 24.x]
1720
steps:
1821
- uses: actions/checkout@v4
1922
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)