Merge pull request 'chore(deps): update node.js to v22' (#51) from renovate/node-22.x into woodpecker-pipeline

Reviewed-on: https://git.batsense.net/mCaptcha/mCaptcha/pulls/51
This commit is contained in:
Aravinth Manivannan 2025-10-02 12:43:52 +05:30
commit ed5885f7bf
4 changed files with 4 additions and 4 deletions

2
.nvmrc
View File

@ -1 +1 @@
20 22

View File

@ -1,6 +1,6 @@
steps: steps:
frontend: frontend:
image: node:20 image: node:22
commands: commands:
- make frontend - make frontend
when: when:

View File

@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net> # SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
# #
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
FROM node:20 as frontend FROM node:22 as frontend
RUN set -ex; \ RUN set -ex; \
apt-get update; \ apt-get update; \
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \

View File

@ -12,7 +12,7 @@
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.6", "@types/jest": "^29.5.6",
"@types/jsdom": "^21.1.4", "@types/jsdom": "^21.1.4",
"@types/node": "^20.8.9", "@types/node": "^22.0.0",
"@types/sinon": "^17.0.0", "@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0", "@typescript-eslint/parser": "^6.9.0",