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

github.com/openpgpjs/openpgpjs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlarabr <larabr@protonmail.com>2021-12-01 19:40:33 +0300
committerGitHub <noreply@github.com>2021-12-01 19:40:33 +0300
commitd6139daa79accba980796a78454f5db17b38fdbf (patch)
tree0dc5948a5fe68ed7a8439ca9dfdd55c58236ffa0
parent6fc005f19c2bac63a7c443c244506e705a551d2e (diff)
CI: use Node v16 instead of v15
-rw-r--r--.github/workflows/node.js.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index 758ecce4..07ee301d 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
- node-version: [12.x, 14.x, 15.x]
+ node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: