Skip to content

Commit

Permalink
chore: Node: dropping support for 14.x (EOL), adding 20.x. Bumping mi…
Browse files Browse the repository at this point in the history
…nor versions
  • Loading branch information
axelpavageauekino committed Sep 13, 2023
1 parent cfe3e32 commit 0b817a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
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

0 comments on commit 0b817a9

Please sign in to comment.