Skip to content

Commit f459043

Browse files
committed
Merge branch 'master' into update-yarn-berry
2 parents c98b485 + c7dce5e commit f459043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Node.js CI
22

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

55
jobs:
66
build:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ ubuntu-latest, windows-latest, macos-latest ]
11-
node-version: [ 18, 20, 21 ]
10+
os: [ubuntu-latest, windows-latest, macos-latest]
11+
node-version: [18, 20, 21]
1212

1313
steps:
1414
- name: Checkout

0 commit comments

Comments
 (0)