Skip to content

Commit c84e73b

Browse files
committed
Update the npm lockfile
1 parent 5e17737 commit c84e73b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/dependency-update.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
echo "LOCK_OUTPUT<<EOF" >> $GITHUB_ENV
3838
echo "$LOCK_OUTPUT" >> $GITHUB_ENV
3939
echo "EOF" >> $GITHUB_ENV
40+
- uses: actions/setup-node@v6
41+
with:
42+
node-version: 24
43+
- name: Update npm lockfile
44+
run: |
45+
rm package-lock.json
46+
npm install --package-lock-only
4047
- name: Build the test container, make the docs and migrations
4148
run: |
4249
make build_web_test

0 commit comments

Comments
 (0)