Skip to content

Commit 0430d58

Browse files
committed
fix: add funding.type, add jsr.json to .gitignore, add Node 20 to CI matrix
1 parent 56044b5 commit 0430d58

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nodejs-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
node:
36+
- 20
3637
- 22
3738
- 24
3839
- lts/*

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
coverage/
33
dist/
4+
jsr.json

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"url": "https://github.com/fb55/css-what"
88
},
99
"funding": {
10+
"type": "github",
1011
"url": "https://github.com/sponsors/fb55"
1112
},
1213
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)