Skip to content

Commit afbff84

Browse files
committed
chore: drop nodejs v14, add nodejs v20
1 parent ced79a1 commit afbff84

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ on:
88

99
jobs:
1010
build:
11-
1211
strategy:
1312
matrix:
14-
node-version: [14.x, 16.x, 18.x]
13+
node-version: [16.x, 18.x, 20.x]
1514
os: [ubuntu-latest, windows-latest, macOS-latest]
1615

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

0 commit comments

Comments
 (0)