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-07-01 11:47:21 +0300
committerGitHub <noreply@github.com>2022-07-01 11:47:21 +0300
commit6a8fefb6919f7b891e2676dbf139e6bd0a917dc2 (patch)
tree97185385287204b46ecb9173ec7c30dad615c3c5
parentef501fe206a123b6c94b3bec1c2620d169bf8281 (diff)
parent64cf6f631229c856a4702bf6aeaa78d0238f4857 (diff)
Merge pull request #56 from nextcloud/feat/npm7-node16
-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: