Skip to content

Commit

Permalink
chore(npm): drop support for Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed May 10, 2021
1 parent c1f31b3 commit cd9369c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NodeJS
name: Node.js

on:
push:
Expand All @@ -12,9 +12,9 @@ jobs:
fail-fast: false
matrix:
node-version:
- 16
- 14
- 12
- 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"type": "commonjs",
"engines": {
"node": ">=10"
"node": ">=12"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^1.0.1",
Expand Down

0 comments on commit cd9369c

Please sign in to comment.