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 d8975c3 commit 3df3885Copy full SHA for 3df3885
.github/workflows/Push.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
11
- node: ['13.9', '13.10', '13.11', '14.x']
+ node: ['14.x']
12
runs-on: ${{ matrix.os }}
13
steps:
14
- uses: actions/[email protected]
0 commit comments