Use node LTS (#20803)

This commit is contained in:
Tyera Eulberg
2021-10-19 15:30:35 -06:00
committed by GitHub
parent 47a58a38c2
commit 2c2bcd20e6

View File

@ -78,7 +78,7 @@ jobs:
if: type IN (push, pull_request) OR tag IS present if: type IN (push, pull_request) OR tag IS present
language: node_js language: node_js
node_js: node_js:
- "node" - "lts/*"
services: services:
- docker - docker