Browse Source

Upgrade dockerfiles / github workflows to node 14.x

Leszek Wiesner 3 years ago
parent
commit
884c2b926b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/workflows/joystream-node-checks.yml
  2. 1 1
      .github/workflows/storage-node.yml
  3. 1 1
      README.md

+ 1 - 1
.github/workflows/joystream-node-checks.yml

@@ -34,4 +34,4 @@ jobs:
       #     ./setup.sh
       #     yarn cargo-checks
       #     yarn cargo-build
-      #   if: env.GIT_DIFF
+      #   if: env.GIT_DIFF

+ 1 - 1
.github/workflows/storage-node.yml

@@ -38,4 +38,4 @@ jobs:
         yarn install --frozen-lockfile --network-timeout 120000
         yarn workspace @joystream/types build
         yarn workspace storage-node checks --quiet
-        yarn workspace storage-node build
+        yarn workspace storage-node build

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ functionality to support the [various roles](https://www.joystream.org/roles) th
 The following tools are required for building, testing and contributing to this repo:
 
 - [Rust](https://www.rust-lang.org/tools/install) toolchain - _required_
-- [nodejs](https://nodejs.org/) v12.x - _required_
+- [nodejs](https://nodejs.org/) v14.x - _required_
 - [yarn classic](https://classic.yarnpkg.com/en/docs/install) package manager v1.22.x- _required_
 - [docker](https://www.docker.com/get-started) and docker-compose - _optional_
 - [ansible](https://www.ansible.com/) - _optional_