Skip to content

Commit 8f7e0f0

Browse files
committed
chore: update node version for release workflow
Signed-off-by: Frost Ming <[email protected]>
1 parent 915d674 commit 8f7e0f0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@ jobs:
2020

2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: "3.10"
23+
python-version: "3.11"
2424

2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 16
27+
node-version: lts/*
2828

2929
- name: Build artifacts
3030
run: |
31-
pip install build
32-
python -m build
31+
pipx run build
3332
3433
- uses: pypa/gh-action-pypi-publish@release/v1
3534
with:

0 commit comments

Comments
 (0)