Skip to content

Commit 283cd28

Browse files
authored
Merge branch 'main' into patch-1
2 parents 0c3b464 + 784d7ec commit 283cd28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
eslint: [8]
53-
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18.0.0, 18, 20]
53+
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16, 18.0.0, 18, 20, 22]
5454
os: [ubuntu-latest]
5555
include:
5656
# On other platforms

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
77
},
88
"main": "index.js",
9+
"type": "commonjs",
910
"files": [
1011
"configs.js",
1112
"lib"

0 commit comments

Comments
 (0)