Skip to content

Commit

Permalink
node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Jun 2, 2024
1 parent 6ef12a3 commit 5ed34d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '21'
node-version: '22'
- run: npm install
- run: npm test
- name: Upload bin folder
Expand Down
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function build() {
['rebuild'].concat(args),
{
stdio: 'inherit',
shell: true,
}
).on('exit', function (err) {
if (err) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deasync",
"version": "0.1.29",
"version": "0.1.30",
"description": "Turns async function into sync via JavaScript wrapper of Node event loop",
"main": "index.js",
"author": "Vladimir Kurchatkin <[email protected]>",
Expand Down

0 comments on commit 5ed34d2

Please sign in to comment.