diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72a6203..394f15e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,13 +15,13 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: ${{ matrix.python-version }} + python-version: 3.12 architecture: x64 - run: python -m pip install -r requirements.txt - run: python generator.py - uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: 'lts' registry-url: 'https://registry.npmjs.org' if: github.event_name == 'release' - run: npm publish --provenance