From 00dce3413f7ce8e994ad059b81a809960ee26d8b Mon Sep 17 00:00:00 2001 From: wodbot Date: Thu, 25 Jul 2024 02:18:16 +0000 Subject: [PATCH] Update node to 20.16.0 --- .github/workflows/workflow.yml | 6 +++--- Makefile | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index dd22c27..5f2ef43 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,7 +9,7 @@ on: - '*' env: - NODE20: '20.15.1' + NODE20: '20.16.0' NODE18: '18.20.4' DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} @@ -26,7 +26,7 @@ jobs: - uses: ./.github/actions with: version: ${{ env.NODE20 }} - tags: 20.15,20,latest + tags: 20.16,20,latest platform: linux/amd64,linux/arm64 node18: runs-on: ubuntu-latest @@ -52,7 +52,7 @@ jobs: - uses: ./.github/actions with: version: ${{ env.NODE20 }} - tags: 20.15-dev,20-dev,dev + tags: 20.16-dev,20-dev,dev dev: 1 platform: linux/amd64,linux/arm64 node18-dev: diff --git a/Makefile b/Makefile index c2f560c..0c92313 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include .env -NODE_VER ?= 20.15.1 +NODE_VER ?= 20.16.0 NODE_VER_MINOR = $(shell echo "${NODE_VER}" | grep -oE '^[0-9]+\.[0-9]+') diff --git a/README.md b/README.md index d51ddb5..563bc91 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Overview: Supported tags and respective `Dockerfile` links: -- `20.15`, `20`, `latest` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) +- `20.16`, `20`, `latest` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) - `18.20`, `18` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) - `20.8-dev`, `20-dev`, `dev` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) - `18.4-dev`, `18-dev` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile)