Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 173c3ed

Browse files
committed
devops: drop Node.js 12
1 parent 3209909 commit 173c3ed

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
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
platform: [ubuntu-latest, windows-latest]
13-
node: [12.x, 14.x]
13+
node: [14.x, 16.x, 18.x]
1414
runs-on: ${{ matrix.platform }}
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)