Skip to content

Commit

Permalink
Update node to 20.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Oct 5, 2024
1 parent e7860bb commit dbd0600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dbd0600

Please sign in to comment.