From 62862817dc9925fb03112fc58c560643ae1368cd Mon Sep 17 00:00:00 2001 From: Atul R Date: Tue, 12 May 2020 00:35:46 +0200 Subject: [PATCH] Update README.md --- .github/workflows/linux.yml | 6 +++++- .github/workflows/mac.yml | 6 +++++- .github/workflows/windows.yml | 6 +++++- README.md | 7 +++++++ 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f2983c6..4815f31 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -7,7 +7,11 @@ jobs: steps: - uses: actions/setup-node@master with: - node-version: "13.x" + node-version: "14.x" + - name: Set up Python 3.8 + uses: actions/setup-python@v1 + with: + python-version: 3.8 - name: Ubuntu dependencies run: sudo apt-get install libgtk-3-dev diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 10aee08..f54f252 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -7,7 +7,11 @@ jobs: steps: - uses: actions/setup-node@master with: - node-version: "13.x" + node-version: "14.x" + - name: Set up Python 3.8 + uses: actions/setup-python@v1 + with: + python-version: 3.8 - uses: actions/checkout@v2 with: ref: ${{ github.ref }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9841d50..86f7ed9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,7 +7,11 @@ jobs: steps: - uses: actions/setup-node@master with: - node-version: "13.x" + node-version: "14.x" + - name: Set up Python 3.8 + uses: actions/setup-python@v1 + with: + python-version: 3.8 - name: "Setup NASM for windows" uses: ilammy/setup-nasm@v1 - name: Install Python2 for windows diff --git a/README.md b/README.md index 3409062..71c3fbd 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,10 @@ The idea of Qode is derived from [yode][yode] and [electron](https://github.com/ - Make sure to update Qode version in qode.cc - Create github release - publish on npm + +## Qode - Node version table + +| Qode | Node | +| ------------- |:-------------:| +| v2.1.0 | v14.2.0 | +