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

Commit 6286281

Browse files
committed
Update README.md
1 parent 6cec184 commit 6286281

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ jobs:
77
steps:
88
- uses: actions/setup-node@master
99
with:
10-
node-version: "13.x"
10+
node-version: "14.x"
11+
- name: Set up Python 3.8
12+
uses: actions/setup-python@v1
13+
with:
14+
python-version: 3.8
1115
- name: Ubuntu dependencies
1216
run: sudo apt-get install libgtk-3-dev
1317

.github/workflows/mac.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ jobs:
77
steps:
88
- uses: actions/setup-node@master
99
with:
10-
node-version: "13.x"
10+
node-version: "14.x"
11+
- name: Set up Python 3.8
12+
uses: actions/setup-python@v1
13+
with:
14+
python-version: 3.8
1115
- uses: actions/checkout@v2
1216
with:
1317
ref: ${{ github.ref }}

.github/workflows/windows.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ jobs:
77
steps:
88
- uses: actions/setup-node@master
99
with:
10-
node-version: "13.x"
10+
node-version: "14.x"
11+
- name: Set up Python 3.8
12+
uses: actions/setup-python@v1
13+
with:
14+
python-version: 3.8
1115
- name: "Setup NASM for windows"
1216
uses: ilammy/setup-nasm@v1
1317
- name: Install Python2 for windows

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,10 @@ The idea of Qode is derived from [yode][yode] and [electron](https://github.com/
161161
- Make sure to update Qode version in qode.cc
162162
- Create github release
163163
- publish on npm
164+
165+
## Qode - Node version table
166+
167+
| Qode | Node |
168+
| ------------- |:-------------:|
169+
| v2.1.0 | v14.2.0 |
170+

0 commit comments

Comments
 (0)