Skip to content

Commit 4d0dca3

Browse files
committedAug 26, 2024·
chore: drop node 16
1 parent b4cb59d commit 4d0dca3

File tree

3 files changed

+160
-102
lines changed

3 files changed

+160
-102
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
node-version: [16.x, 18.x]
19+
node-version: [18.x]
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.