Skip to content

Commit 4470350

Browse files
committed
workflow version
1 parent 6e8381f commit 4470350

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: [22.x]
18+
node-version: [18.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.2.2",
4+
"version": "0.2.3",
55
"type": "module",
66
"source": "./src/index.js",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)