Skip to content

Commit 8481fd4

Browse files
authored
Merge pull request #12 from lpm0073/next
fix: required upgrade to node 20.9.0
2 parents 52bbd92 + 756ea63 commit 8481fd4

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: '16'
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)