Skip to content

fix: update dependencies and dev dependencies, drop support for Node16 #30

Open
andibeuge wants to merge 5 commits intomasterfrom
fix/update-dependencies
Open

fix: update dependencies and dev dependencies, drop support for Node16 #30
andibeuge wants to merge 5 commits intomasterfrom
fix/update-dependencies

Conversation

@andibeuge
Copy link

@andibeuge andibeuge commented Feb 6, 2026

Dependent project is Backend which is on Node v24 now

https://chat.staging.parcellab.dev/share/eb1ztWVJyEehXuLX9fiFG

@andibeuge andibeuge changed the title fix: update dependencies and dev dependencies fix: update dependencies and dev dependencies, drop support for Node16 Feb 6, 2026
@andibeuge andibeuge requested a review from jkrenge February 6, 2026 09:36
},
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.9",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense to migrate to even latest version ?

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason to support node18?


steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
Copy link
Contributor

@ilin-andrey ilin-andrey Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not v6?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants