Browse Source

fix: workflow

Timothy Jaeryang Baek 2 tháng trước cách đây
mục cha
commit
c882aacc23
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/release-pypi.yml

+ 1 - 1
.github/workflows/release-pypi.yml

@@ -19,7 +19,7 @@ jobs:
         uses: actions/checkout@v4
       - uses: actions/setup-node@v4
         with:
-          node-version: 18
+          node-version: 22
       - uses: actions/setup-python@v5
         with:
           python-version: 3.11