Skip to content

Commit e47436e

Browse files
authored
chore!: Dropped support for Node12 (#23)
BREAKING CHANGE: Dropped Node 12 support
1 parent 5c1ae5f commit e47436e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [12, 14, 16]
14+
node: [16]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 12
21+
node-version: 16
2222
- name: Install dependencies
2323
run: npm ci
2424
- name: Lint

0 commit comments

Comments
 (0)