Skip to content

Commit

Permalink
node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Oct 21, 2023
1 parent f617ed3 commit befd818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: '20'
node-version: '21'
- run: npm install
- run: npm test
- name: Upload bin folder
Expand Down
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.28",
"version": "0.1.29",
"description": "Turns async function into sync via JavaScript wrapper of Node event loop",
"main": "index.js",
"author": "Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>",
Expand Down

0 comments on commit befd818

Please sign in to comment.