We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8381f commit 4470350Copy full SHA for 4470350
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [22.x]
+ node-version: [18.x]
19
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20
21
steps:
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "usub",
3
"description": "Subscribe to any reactive sources",
4
- "version": "0.2.2",
+ "version": "0.2.3",
5
"type": "module",
6
"source": "./src/index.js",
7
"main": "./dist/index.js",
0 commit comments