Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed May 11, 2020
1 parent 6cec184 commit 6286281
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 6286281

Please sign in to comment.