Skip to content

Commit

Permalink
drop node support < v14, drop npm support < v7
Browse files Browse the repository at this point in the history
  • Loading branch information
annarieger committed Feb 7, 2022
1 parent 963784d commit 2dd3c8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x]

steps:
- name: Checkout sources
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"src",
"dist"
],
"engines": {
"node": ">=14",
"npm": ">=7"
},
"scripts": {
"clean:dist": "rimraf ./dist/*",
"clean:docs": "rimraf build/docs",
Expand Down

0 comments on commit 2dd3c8a

Please sign in to comment.