Skip to content

Commit 756ea63

Browse files
committed
fix: required upgrade to node 20.9.0
1 parent 9bc8871 commit 756ea63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js environment
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20.6.1'
27+
node-version: '20.9.0'
2828

2929
- name: Get current version
3030
id: current_version

__version__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__version__ = ''
1+
# -*- coding: utf-8 -*-
2+
__version__ = "0.1.7"

0 commit comments

Comments
 (0)