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

Commit a06bc83

Browse files
committed
Disable node 15 for now
1 parent 9599c88 commit a06bc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ ubuntu-latest, windows-latest, macos-latest ]
14-
node: [ 12, 14, 15 ]
14+
node: [ 12, 14 ]
1515
task: [ test ]
1616

1717
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)