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

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2021-04-03 20:06:13 +0300
committervimux <vimux@protonmail.com>2021-04-03 20:06:13 +0300
commit7a8d39804cc53adfc68b7464d7e8491e0520d112 (patch)
treeaf92393a5cee02b472219b8b0bfb7d80efcec7aa
parentf4b866c53bbb9b97cfa3a2247b3bf5ee55fba4a8 (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 c53c4f3..7b02f71 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