Skip to content

Commit 83f4133

Browse files
committed
node 24
1 parent 5ed34d2 commit 83f4133

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/npm_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: '22'
13+
node-version: '24'
1414
- run: npm install
1515
- run: npm test
1616
- name: Upload bin folder
17-
uses: actions/upload-artifact@v2
17+
uses: actions/upload-artifact@v4
1818
with:
19-
name: bin
19+
name: bin-${{ strategy.job-index }}
2020
path: bin/

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