From dbd060083d85c93a5647fbd184e003cf66ed2141 Mon Sep 17 00:00:00 2001 From: wodbot Date: Sat, 5 Oct 2024 02:26:06 +0000 Subject: [PATCH] Update node to 20.18.0 --- .github/workflows/workflow.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 09f960c..558cc0d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -10,7 +10,7 @@ on: env: NODE22: '22.9.0' - NODE20: '20.17.0' + NODE20: '20.18.0' NODE18: '18.20.4' DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} @@ -40,7 +40,7 @@ jobs: - uses: ./.github/actions with: version: ${{ env.NODE20 }} - tags: 20.17,20 + tags: 20.18,20 platform: linux/amd64,linux/arm64 node18: runs-on: ubuntu-latest @@ -80,7 +80,7 @@ jobs: - uses: ./.github/actions with: version: ${{ env.NODE20 }} - tags: 20.17-dev,20-dev + tags: 20.18-dev,20-dev dev: 1 platform: linux/amd64,linux/arm64 node18-dev: diff --git a/README.md b/README.md index ce3158a..49f46fb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Overview: Supported tags and respective `Dockerfile` links: - `22.9`, `22`, `latest` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) -- `20.17`, `20` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) +- `20.18`, `20` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) - `18.20`, `18` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) - `22.8-dev`, `22-dev`, `dev` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile) - `20.17-dev`, `20-dev` [_(Dockerfile)_](https://github.com/wodby/node/tree/master/Dockerfile)