Skip to content

Commit

Permalink
Add Node 22.1.0 (#25)
Browse files Browse the repository at this point in the history
This PR makes the following changes:

- Adds node `22.1.0` to the list of available node options

Ref to issue #24
  • Loading branch information
sotojn authored May 6, 2024
1 parent 44e5be0 commit 77af84e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# NOTE: These versions must be kept in sync with the release.yml
version: ["18.19.1", "20.11.1"]
version: ["18.19.1", "20.11.1", "22.1.0"]
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# NOTE: These versions must be kept in sync with the build.yml
version: ["18.19.1", "20.11.1"]
version: ["18.19.1", "20.11.1", "22.1.0"]
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ This project builds the Terascope base images [used by Teraslice](https://github

With the terafoundation connectors builtin:

- `terascope/node-base:22.1.0`
- `terascope/node-base:20.11.1`
- `terascope/node-base:18.19.1`

Without: (this will save the image size by roughly 200MB)

- `terascope/node-base:22.1.0-core`
- `terascope/node-base:20.11.1-core`
- `terascope/node-base:18.19.1-core`

Expand Down

0 comments on commit 77af84e

Please sign in to comment.