mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-23 22:15:46 +00:00
chore(deps): update node.js to v22
This commit is contained in:
parent
37799184bf
commit
a63ac30afd
@ -1,6 +1,6 @@
|
||||
steps:
|
||||
frontend:
|
||||
image: node:20
|
||||
image: node:22
|
||||
commands:
|
||||
- make frontend
|
||||
when:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
FROM node:20 as frontend
|
||||
FROM node:22 as frontend
|
||||
RUN set -ex; \
|
||||
apt-get update; \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.6",
|
||||
"@types/jsdom": "^21.1.4",
|
||||
"@types/node": "^20.8.9",
|
||||
"@types/node": "^22.0.0",
|
||||
"@types/sinon": "^17.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
||||
"@typescript-eslint/parser": "^6.9.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user