We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09f46d commit 9208292Copy full SHA for 9208292
.github/workflows/test.yml
@@ -10,6 +10,7 @@ jobs:
10
- 20
11
- 21
12
- 22
13
+ - 23
14
os:
15
- ubuntu-latest
16
- windows-latest
package.json
@@ -63,7 +63,7 @@
63
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
64
},
65
"engines": {
66
- "node": "^18.15 || 20 || 21 || 22"
+ "node": "^18.15 || 20 || 21 || 22 || 23"
67
68
"dependencies": {
69
"metacom": "^3.2.4",
0 commit comments