Skip to content

Commit 3df3885

Browse files
committed
ci(NodeVersion): Only run on NodeJS 14.X
1 parent d8975c3 commit 3df3885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
11-
node: ['13.9', '13.10', '13.11', '14.x']
11+
node: ['14.x']
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/[email protected]

0 commit comments

Comments
 (0)