Skip to content

Commit f9c0843

Browse files
authored
Merge pull request #84 from TimonVS/dev
Configure Action for Node.js 20 support and upgrade dependencies
2 parents 9de3270 + ef23a54 commit f9c0843

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+40530
-2352
lines changed

.all-contributorsrc

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"files": [
3-
"README.md"
4-
],
2+
"files": ["README.md"],
53
"imageSize": 100,
64
"commit": false,
75
"contributors": [
@@ -10,32 +8,21 @@
108
"name": "Timon van Spronsen",
119
"avatar_url": "https://avatars2.githubusercontent.com/u/876666?v=4",
1210
"profile": "http://www.timonvanspronsen.nl/",
13-
"contributions": [
14-
"code",
15-
"ideas",
16-
"test",
17-
"doc"
18-
]
11+
"contributions": ["code", "ideas", "test", "doc"]
1912
},
2013
{
2114
"login": "amacado",
2215
"name": "Clemens Bastian",
2316
"avatar_url": "https://avatars2.githubusercontent.com/u/8781699?v=4",
2417
"profile": "http://clemensbastian.de",
25-
"contributions": [
26-
"code",
27-
"doc",
28-
"bug"
29-
]
18+
"contributions": ["code", "doc", "bug"]
3019
},
3120
{
3221
"login": "hugo-vrijswijk",
3322
"name": "Hugo van Rijswijk",
3423
"avatar_url": "https://avatars3.githubusercontent.com/u/10114577?v=4",
3524
"profile": "https://github.com/hugo-vrijswijk",
36-
"contributions": [
37-
"code"
38-
]
25+
"contributions": ["code"]
3926
}
4027
],
4128
"contributorsPerLine": 7,

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* text=auto eol=lf
2+
3+
dist/** -diff linguist-generated=true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- name: Use Node.js 16
10+
- name: Use Node.js 20
1111
uses: actions/setup-node@v3
1212
with:
13-
node-version: 16
13+
node-version: 20
1414
- name: Install dependencies
1515
run: npm ci
1616
env:

.github/workflows/license-status.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.licenses/npm/@actions/core.dep.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.licenses/npm/@actions/github.dep.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.licenses/npm/@actions/http-client.dep.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.licenses/npm/@octokit/auth-token.dep.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.licenses/npm/@octokit/core.dep.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.licenses/npm/@octokit/endpoint.dep.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)