Merge pull request #161 from crazy-max/node16-runtime · docker/login-action@49ed152 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 49ed152
Merge pull request #161 from crazy-max/node16-runtime
Node 16 as default runtime
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -26,6 +26,6 @@ inputs: | ||
| 26 | 26 | required: false |
| 27 | 27 | |
| 28 | 28 | runs: |
| 29 | -using: 'node12' | |
| 29 | +using: 'node16' | |
| 30 | 30 | main: 'dist/index.js' |
| 31 | 31 | post: 'dist/index.js' |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | # syntax=docker/dockerfile:1 |
| 2 | 2 | |
| 3 | -ARG NODE_VERSION=12 | |
| 3 | +ARG NODE_VERSION=16 | |
| 4 | 4 | ARG DOCKER_VERSION=20.10.13 |
| 5 | 5 | ARG BUILDX_VERSION=0.8.1 |
| 6 | 6 |