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

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-10-12 16:41:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-10-12 16:43:05 +0300
commitfe1378a3a5e132c3f86a556a17a40962cbbb653f (patch)
tree733f77a54138a7f8697e36e501f825c8beec2a34 /.github
parent1275198fb02f43e19cd38ff34b161a3460a742d2 (diff)
Update devDependencies and switch to Node.js 16/npm 8
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e6c58a40..0d9bbe68 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
env:
FORCE_COLOR: 2
- NODE: 14
+ NODE: 16
jobs:
test: