Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit d4a5f1a

Browse files
authored
ci(node): remove node 13 support and add node 14
1 parent ca2336b commit d4a5f1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node-version: [12.x, 13.x]
10+
node-version: [12.x, 14.x]
1111
os: [ubuntu-latest, windows-latest, macOS-latest]
1212
steps:
1313
- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:
41-
node-version: [12.x, 13.x]
41+
node-version: [12.x, 14.x]
4242
os: [ubuntu-latest, windows-latest, macOS-latest]
4343
steps:
4444
- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS

0 commit comments

Comments
 (0)