Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: switch to Node 22 #707

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ web_environment:
- PLATFORM_PROJECT=brbqplxd7ycq6
corepack_enable: false
ddev_version_constraint: ">= 1.23.3" # We need this for MariaDB 11.4 compatibility.
nodejs_version: "20"

# Key features of DDEV's config.yaml:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

frontend_codequality:
runs-on: ubuntu-latest
container: node:20
container: node:lts
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ hooks:
build: |
set -e
# Install the latest lts
n 20
n lts
# Reset the location hash to recognize the newly installed version
hash -r

Expand Down
2 changes: 1 addition & 1 deletion web/themes/custom/contribtracker/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import gulp from 'gulp';
import config from './gulp-tasks/config.js';

import scss from './gulp-tasks/scss.js';
import ts from './gulp-tasks/ts.js'
import ts from './gulp-tasks/ts.js';
import svg from './gulp-tasks/svg.js';
import pretty from './gulp-tasks/prettier.js';
import lint from './gulp-tasks/lint.js';
Expand Down
1 change: 1 addition & 0 deletions web/themes/custom/contribtracker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading