-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
Closes #1119
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,8 @@ | |
name: Node.js CI | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
- push | ||
- pull_request | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Krinkle
Author
Member
|
||
|
||
jobs: | ||
build: | ||
|
@@ -15,8 +13,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
# Old infra requires Node 10 | ||
node-version: [10.x, 18.x] | ||
node-version: [18.x, 20.x] | ||
|
||
steps: | ||
- name: Install xmllint | ||
|
@Krinkle This will make dependabot PRs run both workflows. We need to exclude its branches, see:
https://github.com/jquery/jquery/pull/5353/files
for what we need here.