Skip to content

Commit

Permalink
chore: switch to Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Dec 21, 2024
1 parent ed2a4cd commit 48ff762
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
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.

0 comments on commit 48ff762

Please sign in to comment.