Skip to content

Commit

Permalink
fix: drop node 10 support (#2157)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node 10 support
  • Loading branch information
UziTech committed Aug 3, 2021
1 parent 288f1cb commit 433b16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# lowest verison here should also be in `engines` field
node_version: [10, 12, 'lts/*', 'node']
node_version: [12, 'lts/*', 'node']
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,6 +83,6 @@
"preversion": "npm run build && (git diff --quiet || git commit -am build)"
},
"engines": {
"node": ">= 10"
"node": ">= 12"
}
}

1 comment on commit 433b16f

@vercel
Copy link

@vercel vercel bot commented on 433b16f Aug 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.