Skip to content

Commit ec72b76

Browse files
authored
discontinue testing on Node.js 12 (end-of-life)
1 parent 34d645f commit ec72b76

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
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1111
# See supported os at https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
12-
node-version: [12, 14, 16]
12+
node-version: [14, 16]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414

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

0 commit comments

Comments
 (0)