Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v18 and v17 dist/index.js identical #440

Open
graingert-coef opened this issue Jan 25, 2024 · 0 comments · May be fixed by #441
Open

v18 and v17 dist/index.js identical #440

graingert-coef opened this issue Jan 25, 2024 · 0 comments · May be fixed by #441

Comments

@graingert-coef
Copy link

graingert-coef commented Jan 25, 2024

there's no change to dist/index.js in v17...v18 this results in v2.3.28 being installed and Python 3.12.1 being unavailable

Run gabrielfalcao/pyenv-action@v18
downloading https://github.com/pyenv/pyenv/archive/v2.3.28.zip
/usr/bin/unzip -o -q /opt/hostedtoolcache/pyenv-archive.zip/2.3.28/x64/pyenv-archive.zip
Extracted /opt/hostedtoolcache/pyenv-archive.zip/2.3.28/x64/pyenv-archive.zip to /home/runner/work/_temp/28fa30b0-90aa-4733-a1db-257364a99999.
archive_path /opt/hostedtoolcache/pyenv-archive.zip/2.3.28/x64/pyenv-archive.zip
pyenv_root /opt/hostedtoolcache/pyenv_root/2.3.28/x64
export PYENV_ROOT="/opt/hostedtoolcache/pyenv_root/2.3.28/x64"
Patched PATH with "/opt/hostedtoolcache/pyenv_root/2.3.28/x64/bin"
/opt/hostedtoolcache/pyenv_root/2.3.28/x64/bin/pyenv install 3.12.1
python-build: definition not found: 3.12.1

See all available versions with `pyenv install --list'.

If the version you need is missing, try upgrading pyenv.
Failed to install python 3.12.1
Error: The process '/opt/hostedtoolcache/pyenv_root/2.3.28/x64/bin/pyenv' failed with exit code 2

it looks like npm run release failed with:

> pyenv-action@16 build
> tsc

node_modules/@octokit/plugin-paginate-rest/dist-types/paginating-endpoints.d.ts:1:15 - error TS1005: ',' expected.

1 import { type PaginatingEndpoints } from "./generated/paginating-endpoints.js";
                ~~~~~~~~~~~~~~~~~~~


Found 1 error.

this is new typescript syntax that's parsed by typescrypt v5

@graingert-coef graingert-coef linked a pull request Jan 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant