Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Action for Node.js 20 support and upgrade dependencies #84

Merged
merged 5 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 4 additions & 17 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
Expand All @@ -10,32 +8,21 @@
"name": "Timon van Spronsen",
"avatar_url": "https://avatars2.githubusercontent.com/u/876666?v=4",
"profile": "http://www.timonvanspronsen.nl/",
"contributions": [
"code",
"ideas",
"test",
"doc"
]
"contributions": ["code", "ideas", "test", "doc"]
},
{
"login": "amacado",
"name": "Clemens Bastian",
"avatar_url": "https://avatars2.githubusercontent.com/u/8781699?v=4",
"profile": "http://clemensbastian.de",
"contributions": [
"code",
"doc",
"bug"
]
"contributions": ["code", "doc", "bug"]
},
{
"login": "hugo-vrijswijk",
"name": "Hugo van Rijswijk",
"avatar_url": "https://avatars3.githubusercontent.com/u/10114577?v=4",
"profile": "https://github.com/hugo-vrijswijk",
"contributions": [
"code"
]
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto eol=lf

dist/** -diff linguist-generated=true
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci
env:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/license-status.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .licenses/npm/@actions/core.dep.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .licenses/npm/@actions/github.dep.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .licenses/npm/@actions/http-client.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/auth-token.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/core.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/endpoint.dep.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .licenses/npm/@octokit/graphql.dep.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/openapi-types.dep.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/plugin-paginate-rest.dep.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml

This file was deleted.