Skip to content

Commit

Permalink
Bump Node.js version to 20.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot authored and github-actions[bot] committed Apr 12, 2024
1 parent d513def commit 1846109
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bookworm
ARG type
ENV CONTAINER shivammathur/node
ENV DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION 20.12.1
ENV NODE_VERSION 20.12.2
ENV NODE_VERSION_x86 16.20.2
ENV YARN_VERSION 1.22.19
ENV RUNNER_TOOL_PATH "/opt/hostedtoolcache"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye
ARG type
ENV CONTAINER shivammathur/node
ENV DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION 20.12.1
ENV NODE_VERSION 20.12.2
ENV NODE_VERSION_x86 16.20.2
ENV YARN_VERSION 1.22.19
ENV RUNNER_TOOL_PATH "/opt/hostedtoolcache"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_focal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:focal
ARG type
ENV CONTAINER shivammathur/node
ENV DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION 20.12.1
ENV NODE_VERSION 20.12.2
ENV NODE_VERSION_x86 16.20.2
ENV YARN_VERSION 1.22.19
ENV RUNNER_TOOL_PATH "/opt/hostedtoolcache"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_jammy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:jammy
ARG type
ENV CONTAINER shivammathur/node
ENV DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION 20.12.1
ENV NODE_VERSION 20.12.2
ENV NODE_VERSION_x86 16.20.2
ENV YARN_VERSION 1.22.19
ENV RUNNER_TOOL_PATH "/opt/hostedtoolcache"
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,53 +24,53 @@ Docker images to run setup-php GitHub Action.

- Ubuntu 22.04 (jammy), Debian 12 (bookworm) on i386
- PHP 5.6 to PHP 8.3
- Node.js 20.12.1, 16.20.2 (x86)
- Node.js 20.12.2, 16.20.2 (x86)
- Yarn 1.22.19

### `bookworm`, `12`

- Debian 12 (bookworm)
- PHP 5.6 to PHP 8.3
- Node.js 20.12.1, 16.20.2 (x86)
- Node.js 20.12.2, 16.20.2 (x86)
- Yarn 1.22.19

### `bullseye`, `11`

- Debian 11 (bullseye)
- PHP 5.6 to PHP 8.3
- Node.js 20.12.1, 16.20.2 (x86)
- Node.js 20.12.2, 16.20.2 (x86)
- Yarn 1.22.19

### `jammy`, `2204`

- Ubuntu 22.04 (jammy)
- PHP 5.6 to PHP 8.3
- Node.js 20.12.1
- Node.js 20.12.2
- Yarn 1.22.19

### `focal`, `2004`

- Ubuntu 20.04 (focal)
- PHP 5.6 to PHP 8.3
- Node.js 20.12.1
- Node.js 20.12.2
- Yarn 1.22.19

### `latest-slim`

- Ubuntu 22.04 (jammy)), Debian 12 (bookworm) on i386
- Node.js 20.12.1, 16.20.2 (x86)
- Node.js 20.12.2, 16.20.2 (x86)
- Yarn 1.22.19

### `jammy-slim`, `2204-slim`

- Ubuntu 22.04 (jammy)
- Node.js 20.12.1
- Node.js 20.12.2
- Yarn 1.22.19

### `focal-slim`, `2004-slim`

- Ubuntu 20.04 (focal)
- Node.js 20.12.1
- Node.js 20.12.2
- Yarn 1.22.19

## Platform/OS Architecture specific tags
Expand Down

0 comments on commit 1846109

Please sign in to comment.