Merge pull request #5426 from dimitrieh/fix/reproducible-dependency-chain

Add package-lock.json for reproducible dependency chains
pull/5428/head
Nick O'Leary 2026-01-07 16:06:33 +00:00 committed by GitHub
commit 62d67a76f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11987 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
run: npm ci
- name: Run tests
run: |
npm run test

1
.gitignore vendored
View File

@ -27,7 +27,6 @@ docs
.vscode
.nyc_output
sync.ffs_db
package-lock.json
.editorconfig
test/resources/50-file-test-file.txt
test/unit/@node-red/runtime/lib/nodes/.testUserHome

View File

@ -52,7 +52,7 @@ If you want to run the latest code from git, here's how to get started:
2. Install the node-red dependencies
npm install
npm ci
3. Build the code

11985
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff