Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix!: drop support for Node.js 12 and remove auto-labeling (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Oct 24, 2022
1 parent c054142 commit 0595e29
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 51 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/labeler.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [12.20.0, '*']
node-version: [14.16.0, '*']
exclude:
- os: macOS-latest
node-version: 12.20.0
node-version: 14.16.0
- os: windows-latest
node-version: 12.20.0
node-version: 14.16.0
fail-fast: false
steps:
# Increasing the maximum number of open files. See:
Expand Down
28 changes: 8 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@netlify/eslint-config-node": "^7.0.0",
"@types/archiver": "^5.1.1",
"@types/end-of-stream": "^1.4.1",
"@types/node": "^12.20.55",
"@types/node": "^14.18.32",
"@types/normalize-path": "^3.0.0",
"@types/resolve": "^1.20.1",
"@types/semver": "^7.3.8",
Expand All @@ -111,7 +111,7 @@
"typescript": "^4.6.0-beta"
},
"engines": {
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
"node": "^14.16.0 || >=16.0.0"
},
"ava": {
"files": [
Expand Down

1 comment on commit 0595e29

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

⏱ Benchmark results

largeDepsEsbuild: 7.2s

largeDepsNft: 36.6s

largeDepsZisi: 53.5s

Please sign in to comment.