Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Node: dropping support for 14.x (EOL), adding 20.x. Bumping mi… #1181

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Versions
========

2023-09-30
----------
* Node: dropping support for 14.x (EOL), adding 20.x. Bumping minor versions

2023-08-31
----------
* Cloudsploit : bumping to 3.0.0
Expand Down
28 changes: 14 additions & 14 deletions node/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@ test_config: &test_config
- task --version

versions:
"14":
"16":
platforms:
- linux/amd64
- linux/arm64
build_args:
NODE_VERSION: 14.17.6
NPM_VERSION: 6.14.5
NVM_VERSION: 0.35.3
NODE_VERSION: 16.20.2
NPM_VERSION: 9.6.7
NVM_VERSION: 0.39.5
MODD_VERSION: *MODD_VERSION
TASKFILE_VERSION: *TASKFILE_VERSION
test_config: *test_config
"16":
platforms:
"18":
platforms:
- linux/amd64
- linux/arm64
build_args:
NODE_VERSION: 16.11.0
NPM_VERSION: 8.0.0
NVM_VERSION: 0.39.0
NODE_VERSION: 18.17.1
NPM_VERSION: 9.6.7
NVM_VERSION: 0.39.5
MODD_VERSION: *MODD_VERSION
TASKFILE_VERSION: *TASKFILE_VERSION
test_config: *test_config
"18":
platforms:
"20":
platforms:
- linux/amd64
- linux/arm64
build_args:
NODE_VERSION: 18.2.0
NPM_VERSION: 8.0.0
NVM_VERSION: 0.39.0
NODE_VERSION: 20.6.0
NPM_VERSION: 9.6.7
NVM_VERSION: 0.39.5
MODD_VERSION: *MODD_VERSION
TASKFILE_VERSION: *TASKFILE_VERSION
test_config: *test_config
Loading