Skip to content

Commit 34bb8d4

Browse files
committed
fix: test node 14
1 parent a9b99e4 commit 34bb8d4

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
@@ -40,7 +40,7 @@ jobs:
4040
needs: check
4141
strategy:
4242
matrix:
43-
node: [12, 14]
43+
node: [14]
4444
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
4545
runs-on: ${{ matrix.os }}
4646
steps:

0 commit comments

Comments
 (0)