Skip to content

Commit 662099c

Browse files
committed
add test
1 parent d916bbe commit 662099c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [23.x]
18+
node-version: [22.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "usub",
33
"description": "Subscribe to any reactive sources",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"type": "module",
66
"source": "./src/index.js",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)