Skip to content

Commit ee57e13

Browse files
committed
only one ci many times
1 parent 756238f commit ee57e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
build:
77
strategy:
88
matrix:
9-
node-version: [20.x, 22.x]
9+
node-version: [22.x]
1010
platform:
1111
# - os: ubuntu-latest
1212
# shell: bash

0 commit comments

Comments
 (0)