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

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2021-04-03 19:57:58 +0300
committervimux <vimux@protonmail.com>2021-04-03 19:57:58 +0300
commitac6004e5ad5591f1083f8537a3d85ed29bc5ed52 (patch)
tree5038a8ed6ab18f05974f03bbd43d35c03a292031
parent0bb97fdb9dec369b120a8a92c868636c80fbcd2f (diff)
CI: upgrade NodeJS (10.x → 14.x)
NodeJS 10 is reaching end of life soon (30 April 2021), it's time to move to the active LTS version: NodeJS 14. https://nodejs.org/en/about/releases/
-rw-r--r--.github/workflows/ci-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml
index 0580f4f..9c7f1b2 100644
--- a/.github/workflows/ci-test.yml
+++ b/.github/workflows/ci-test.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node:
- - '10.x'
+ - '14.x'
steps:
- uses: actions/checkout@v2