Skip to content

Commit

Permalink
Update node to 20.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Jul 25, 2024
1 parent b5945ff commit 00dce34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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]+')

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 00dce34

Please sign in to comment.