diff --git a/mattermost-10.2.yaml b/mattermost-10.2.yaml index 8558c41d921..34d08177648 100644 --- a/mattermost-10.2.yaml +++ b/mattermost-10.2.yaml @@ -1,7 +1,9 @@ package: name: mattermost-10.2 + # Note the npm version has been pinned to 10.8.3 to avoid the error: + # "npm error notsup Required: {"node":">=18.10.0","npm":"^9.0.0 || ^10.0.0"}" version: 10.2.1 - epoch: 0 + epoch: 1 description: "Mattermost is an open source platform for secure collaboration across the entire software development lifecycle." copyright: - license: MIT @@ -30,7 +32,7 @@ environment: - libpng-dev - libtool - nodejs-20 - - npm + - npm=10.8.3 # Have to specify older version, or: "npm error notsup Required: {"node":">=18.10.0","npm":"^9.0.0 || ^10.0.0"}" - pkgconf-dev - posix-libc-utils - wolfi-base @@ -52,6 +54,11 @@ pipeline: - working-directory: server pipeline: + - uses: go/bump + with: + deps: golang.org/x/crypto@v0.31.0 + modroot: . + tidy: false # https://github.com/mattermost/mattermost/issues/26221 - runs: make modules-tidy - runs: | # Our global LDFLAGS conflict with a Makefile parameter: `flag provided but not defined: -Wl,--as-needed,-O1,--sort-common`