Skip to content

Commit

Permalink
Merge pull request #84 from TimonVS/dev
Browse files Browse the repository at this point in the history
Configure Action for Node.js 20 support and upgrade dependencies
  • Loading branch information
TimonVS committed Feb 9, 2024
2 parents 9de3270 + ef23a54 commit f9c0843
Show file tree
Hide file tree
Showing 41 changed files with 40,530 additions and 2,352 deletions.
21 changes: 4 additions & 17 deletions .all-contributorsrc
@@ -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
@@ -0,0 +1,3 @@
* text=auto eol=lf

dist/** -diff linguist-generated=true
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
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.

0 comments on commit f9c0843

Please sign in to comment.