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 a409eff commit a2716daCopy full SHA for a2716da
.github/workflows/tagged_release.yaml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ ubuntu-latest, windows-latest, macos-latest ]
12
- node: [ 10, 12, 14 ]
+ node: [ 14, 16 ]
13
runs-on: ${{matrix.os}}
14
steps:
15
- name: Set up Git repository
0 commit comments