Skip to content

Commit

Permalink
[FEATURE] Update node to version 22
Browse files Browse the repository at this point in the history
Fixes: #1403
  • Loading branch information
cumuru authored and oliverklee committed Aug 1, 2024
1 parent 564e1c1 commit 9301347
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: "Set up Node.js"
uses: actions/setup-node@v4
with:
node-version: "18.20.2"
node-version: "22.5.1"
- name: "Install modules"
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/pipeline/jobs/.default-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.default-frontend:
image: node:18
image: node:22
needs: [ ]
cache:
key: "$CI_PROJECT_ID"
Expand Down
2 changes: 1 addition & 1 deletion Build/Scripts/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ CGLCHECK_DRY_RUN=0
DATABASE_DRIVER=""
CONTAINER_BIN=""
COMPOSER_ROOT_VERSION="3.0.x-dev"
NODE_VERSION=18
NODE_VERSION=22
HELP_TEXT_NPM_CI="Now running \'npm ci --silent\'."
HELP_TEXT_NPM_FAILURE="npm clean-install has failed. Please run \'${0} -s npm ci\' to explore."
CONTAINER_INTERACTIVE="-it --init"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"version": "1.0.0",
"license": "GPL-2.0-or-later",
"engines": {
"node": "^18.20.0",
"npm": "^10.5.0"
"node": "^22.5.0",
"npm": "^10.8.0"
},
"scripts": {
"ci:lint:js": "eslint 'Resources/Public/**/*.js'",
Expand Down

0 comments on commit 9301347

Please sign in to comment.