Skip to content

Commit

Permalink
chore: drop support for Node.js v12.x (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm authored May 31, 2022
1 parent dbbe9d6 commit ebe4827
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["16", "14", "12"]
node-version: ["16", "14"]
needs: [prepare-deployment, publish-npm]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["16", "14", "12"]
node-version: ["16", "14"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["16", "14", "12"]
node-version: ["16", "14"]
needs: [prepare-deployment, publish-npm]
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The following changes have been implemented but not released yet:

## [Unreleased]

### Breaking Changes

- Support for Node.js v12.x has been dropped as that version has reached end-of-life.

## [1.23.0] - 2022-05-18

### Bugfixes
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,8 @@
"http-link-header": "^1.0.2",
"jsonld": "^5.2.0",
"n3": "^1.10.0"
},
"engines": {
"node": ">=14.0"
}
}

1 comment on commit ebe4827

@vercel
Copy link

@vercel vercel bot commented on ebe4827 May 31, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

solid-client-js – ./

solid-client-js-inrupt.vercel.app
solid-client-js-git-main-inrupt.vercel.app
solid-client.vercel.app

Please sign in to comment.