Skip to content

Commit

Permalink
chore: drop support for node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: We no longer support node 10, because it is out of LTS
  • Loading branch information
rexxars committed Apr 2, 2021
1 parent 05574bf commit cfd00b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
node-version:
- 14
- 12
- 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "git+ssh://[email protected]/rexxars/sanipack.git"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"keywords": [
"sanity-io",
Expand Down

0 comments on commit cfd00b1

Please sign in to comment.