Skip to content

Commit

Permalink
fix!: drop support for Node.js 12 and remove auto-labeling (netlify/e…
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Oct 24, 2022
1 parent 285fa26 commit a9689ff
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 42 deletions.
6 changes: 3 additions & 3 deletions packages/edge-bundler/.github/workflows/integration.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.2.0, '*']
node-version: [14.16.0, '*']
exclude:
- os: macOS-latest
node-version: 12.2.0
node-version: 14.16.0
- os: windows-latest
node-version: 12.2.0
node-version: 14.16.0
fail-fast: false
steps:
- name: Git checkout
Expand Down
26 changes: 0 additions & 26 deletions packages/edge-bundler/.github/workflows/labeler.yml

This file was deleted.

6 changes: 3 additions & 3 deletions packages/edge-bundler/.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: [14.14.0, '*']
node-version: [14.16.0, '*']
exclude:
- os: macOS-latest
node-version: 14.14.0
node-version: 14.16.0
- os: windows-latest
node-version: 14.14.0
node-version: 14.16.0
fail-fast: false
steps:
- name: Git checkout
Expand Down
16 changes: 8 additions & 8 deletions packages/edge-bundler/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 packages/edge-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@commitlint/config-conventional": "^16.0.0",
"@netlify/eslint-config-node": "^4.1.7",
"@types/glob-to-regexp": "^0.4.1",
"@types/node": "^17.0.21",
"@types/node": "^14.18.32",
"@types/semver": "^7.3.9",
"@types/sinon": "^10.0.8",
"@types/uuid": "^8.3.4",
Expand All @@ -68,7 +68,7 @@
"vitest": "^0.24.0"
},
"engines": {
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
"node": "^14.16.0 || >=16.0.0"
},
"dependencies": {
"@import-maps/resolve": "^1.0.1",
Expand Down

0 comments on commit a9689ff

Please sign in to comment.