Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/commit-queue.yml')
-rw-r--r--.github/workflows/commit-queue.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml
index 25b7ea5a8cc..9b8e99c98e5 100644
--- a/.github/workflows/commit-queue.yml
+++ b/.github/workflows/commit-queue.yml
@@ -15,7 +15,7 @@ on:
- cron: "*/5 * * * *"
env:
- NODE_VERSION: 14.x
+ NODE_VERSION: lts/*
jobs:
commitQueue: