Skip to content

Commit d502718

Browse files
committed
refactor: Dropped Node v12 support
1 parent af97dcb commit d502718

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node-version: [12, 14, 16, 18]
18+
node-version: [14, 16, 18]
1919

2020
steps:
2121
- name: Checkout code

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/MilosPaunovic/questionnaire/compare/2.0.0...3.0.0) - 2022-09-30
4+
5+
### Breaking changes
6+
7+
Dropped Node v12 support.
8+
39
## [2.0.0](https://github.com/MilosPaunovic/questionnaire/compare/1.0.4...2.0.0) - 2022-09-30
410

511
### Breaking changes

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paunovic/questionnaire",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Serving random questions in multiple languages has never been this easy.",
55
"author": "Milos Paunovic <paun992@hotmail.com>",
66
"license": "MIT",
@@ -15,7 +15,7 @@
1515
"questions/*"
1616
],
1717
"engines": {
18-
"node": ">=12"
18+
"node": ">=14"
1919
},
2020
"scripts": {
2121
"lint": "eslint ./ --fix",

0 commit comments

Comments
 (0)