This repository was archived by the owner on Aug 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments