We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56044b5 commit 0430d58Copy full SHA for 0430d58
3 files changed
.github/workflows/nodejs-test.yml
@@ -33,6 +33,7 @@ jobs:
33
fail-fast: false
34
matrix:
35
node:
36
+ - 20
37
- 22
38
- 24
39
- lts/*
.gitignore
@@ -1,3 +1,4 @@
1
node_modules/
2
coverage/
3
dist/
4
+jsr.json
package.json
@@ -7,6 +7,7 @@
7
"url": "https://github.com/fb55/css-what"
8
},
9
"funding": {
10
+ "type": "github",
11
"url": "https://github.com/sponsors/fb55"
12
13
"license": "BSD-2-Clause",
0 commit comments