Skip to content

Commit 852aa6e

Browse files
iirojokonet
authored andcommitted
feat: bump Node.js version requirement to 12.13.0
BREAKING CHANGE: Node.js 12 LTS 'Erbium' is now the minimum required version
1 parent db861ce commit 852aa6e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
test:
2121
strategy:
2222
matrix:
23-
# Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v16 (latest)
23+
# Test with Node.js v12 (LTS), v14 (LTS), and v16 (latest)
2424
node:
25-
- 10
2625
- 12
2726
- 14
2827
- 16

bin/lint-staged.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const pkg = require('../package.json')
1717
require('please-upgrade-node')(
1818
Object.assign({}, pkg, {
1919
engines: {
20-
node: '>=10.13.0', // First LTS release of 'Dubnium'
20+
node: '>=12.13.0', // First LTS release of 'Erbium'
2121
},
2222
})
2323
)

0 commit comments

Comments
 (0)