Skip to content

Commit 6e43f97

Browse files
committed
chore(workflow): runs ci on push
1 parent 7845131 commit 6e43f97

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
on:
22
push:
3-
branches: [main]
43
pull_request:
54
name: ci
65
jobs:
76
test:
87
runs-on: ubuntu-latest
98
strategy:
109
matrix:
11-
node: [18, 20]
10+
node: [20, 22]
1211
include:
1312
# use latest npm by default
1413
- npm-version: latest

0 commit comments

Comments
 (0)