Skip to content

Commit 5ed34d2

Browse files
committed
node 22
1 parent 6ef12a3 commit 5ed34d2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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: '21'
13+
node-version: '22'
1414
- run: npm install
1515
- run: npm test
1616
- name: Upload bin folder

build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ function build() {
7979
['rebuild'].concat(args),
8080
{
8181
stdio: 'inherit',
82+
shell: true,
8283
}
8384
).on('exit', function (err) {
8485
if (err) {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.29",
3+
"version": "0.1.30",
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)