mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Build: Test on Node.js 16 instead of 15
Node.js 10 is kept for now despite being EOL'd as that's what our current
infrastructure relies on.
Closes gh-4902
(cherry picked from commit 0f623fdc8d
)
This commit is contained in:
parent
8d20cb9732
commit
f12cac6075
@ -1,10 +1,10 @@
|
||||
language: node_js
|
||||
os: linux
|
||||
node_js:
|
||||
- "10"
|
||||
- "10" # required by jQuery infra
|
||||
- "12"
|
||||
- "14"
|
||||
- "15"
|
||||
- "16"
|
||||
env:
|
||||
- NPM_SCRIPT=test:browserless
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user