Update node version

This commit is contained in:
Jerome Wu 2022-08-14 23:42:46 +08:00
parent 734ff4fe58
commit 7818ce2134

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['12'] #['8', '10', '12']
node_version: ['16'] #['8', '10', '12']
os: [ubuntu-latest] #[ubuntu-latest, windows-latest, macOS-latest]
steps: