We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78aa09 commit edf38ebCopy full SHA for edf38eb
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- node_version: ['12'] #['8', '10', '12']
+ node_version: ['16'] #['8', '10', '12']
18
os: [ubuntu-latest] #[ubuntu-latest, windows-latest, macOS-latest]
19
20
steps:
0 commit comments