Skip to content

Commit 45f360d

Browse files
committed
build!: minimum supported Node.js version is 18.12.0
1 parent 6429520 commit 45f360d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
matrix:
111111
os: [ubuntu-latest, windows-latest, macos-latest]
112-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
112+
node-version: [18.x, 20.x, 21.x]
113113

114114
runs-on: ${{ matrix.os }}
115115

0 commit comments

Comments
 (0)