mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Test on Node.js 14, stop testing on Node.js 8 & 13
Closes gh-4678
(cherry picked from commit 88eb22e059
)
This commit is contained in:
parent
b21d6710cf
commit
205dd134b9
@ -1,10 +1,9 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
os: linux
|
os: linux
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
|
||||||
- "10"
|
- "10"
|
||||||
- "12"
|
- "12"
|
||||||
- "13"
|
- "14"
|
||||||
env:
|
env:
|
||||||
- NPM_SCRIPT=test:browserless
|
- NPM_SCRIPT=test:browserless
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user