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

github.com/nextcloud/github_helper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-06-30 09:07:06 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-06-30 09:09:59 +0300
commit64cf6f631229c856a4702bf6aeaa78d0238f4857 (patch)
tree97185385287204b46ecb9173ec7c30dad615c3c5
parentef501fe206a123b6c94b3bec1c2620d169bf8281 (diff)
Set min supported node at 16feat/npm7-node16
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
-rw-r--r--.github/workflows/dispatch-npm-engines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dispatch-npm-engines.yml b/.github/workflows/dispatch-npm-engines.yml
index 6bddd13..b7005a7 100644
--- a/.github/workflows/dispatch-npm-engines.yml
+++ b/.github/workflows/dispatch-npm-engines.yml
@@ -49,7 +49,7 @@ jobs:
repositories: ${{ fromJSON(needs.repositories.outputs.matrix) }}
env:
- NODE_VERSION: "^14.0.0"
+ NODE_VERSION: "^16.0.0"
NPM_VERSION: "^7.0.0"
steps: