Skip to content

Commit b59fdb1

Browse files
committed
chore: remove node 13.x from the matrix
1 parent 15090ae commit b59fdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
os: [macos-latest, ubuntu-latest, windows-latest]
60-
node-version: [10.x, 12.x, 13.x, 14.x]
60+
node-version: [10.x, 12.x, 14.x]
6161
steps:
6262
- uses: actions/checkout@v2
6363
- name: Set up Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)