Skip to content

Commit 6ef12a3

Browse files
committed
node 21
1 parent d9a13cf commit 6ef12a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: '20'
13+
node-version: '21'
1414
- run: npm install
1515
- run: npm test
1616
- name: Upload bin folder

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deasync",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"description": "Turns async function into sync via JavaScript wrapper of Node event loop",
55
"main": "index.js",
66
"author": "Vladimir Kurchatkin <[email protected]>",

0 commit comments

Comments
 (0)