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

[BUG] Dockerfile.jammy uses old Node version #27812

Closed
1 task done
borisyordanov opened this issue Oct 26, 2023 · 1 comment · Fixed by #27813
Closed
1 task done

[BUG] Dockerfile.jammy uses old Node version #27812

borisyordanov opened this issue Oct 26, 2023 · 1 comment · Fixed by #27813
Assignees
Labels

Comments

@borisyordanov
Copy link

System info

  • Playwright Version: [v1.39.0]

Source code

https://github.com/microsoft/playwright/blob/main/utils/docker/Dockerfile.jammy#L10

  • I provided exact source code that allows reproducing the issue locally.

Expected

The docker image installs the latest Node LTS (20.9.0)
Actual

The docker image installs an outdated Node version (18.17.0)

@mxschmitt
Copy link
Member

Node.js 20 was promoted to LTS 2 days ago, the next Playwright release will contain the new updated Node.js LTS version.

@mxschmitt mxschmitt self-assigned this Oct 26, 2023
yury-s pushed a commit that referenced this issue Oct 26, 2023
Node.js 20 was promoted to LTS on 2023-10-24.

Fixes #27812
Germandrummer92 pushed a commit to OctoMind-dev/playwright that referenced this issue Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants