Skip to content

Commit

Permalink
Merge pull request #701 from contrib-tracker/npm-update
Browse files Browse the repository at this point in the history
chore: update npm dependencies
  • Loading branch information
hussainweb authored Dec 20, 2024
2 parents 9695861 + 7149297 commit bea1b4c
Show file tree
Hide file tree
Showing 4 changed files with 2,510 additions and 1,334 deletions.
1 change: 1 addition & 0 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ 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:lts
container: node:20
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion web/themes/custom/contribtracker/cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'cypress';
import grepPlugin from '@cypress/grep/src/plugin';
import grepPlugin from '@cypress/grep/src/plugin.js';
export default defineConfig({
projectId: 'contrib-tracker',
chromeWebSecurity: false, // To Bypass Same-Origin Policy - Useful for social-media-link-check test
Expand Down
Loading

0 comments on commit bea1b4c

Please sign in to comment.