build: switch to Node.js v16 as default (#144)

This commit is contained in:
Tim Brust 2021-10-29 16:13:48 +02:00 committed by GitHub
parent d70a416ca6
commit 2b072b443e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,10 @@ jobs:
tags: "12 erbium"
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
- path: 14
tags: "14 fermium latest"
tags: "14 fermium"
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
- path: 16
tags: "16 gallium"
tags: "16 gallium latest"
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/arm/v7,linux/arm/v6
steps:

View File

@ -4,11 +4,11 @@
[![buildx Status](https://github.com/timbru31/docker-node-alpine-git/workflows/buildx/badge.svg)](https://github.com/timbru31/docker-node-alpine-git/actions?query=workflow%3Abuildx)
[![Lint Dockerfiles](https://github.com/timbru31/docker-node-alpine-git/workflows/Lint%20Dockerfiles/badge.svg)](https://github.com/timbru31/docker-node-alpine-git/actions?query=workflow%3A%22Lint+Dockerfiles%22)
A minimal Dockerfile based on Node.js 12 LTS (Erbium), Node.js 14 LTS (Fermium) or Node.js 16 (Gallium) alpine with Git and ssh installed.
A minimal Dockerfile based on Node.js 12 LTS (Erbium), Node.js 14 LTS (Fermium) or Node.js 16 LTS (Gallium) alpine with Git and ssh installed.
## What's included
- Node.js Node.js 12 LTS, Node.js 14 LTS or Node.js 16
- Node.js Node.js 12 LTS, Node.js 14 LTS or Node.js 16 LTS
- npm 6 (< Node.js 16) or npm 7 (Node.js 16)
- yarn
- Git