We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e17737 commit c84e73bCopy full SHA for c84e73b
1 file changed
.github/workflows/dependency-update.yml
@@ -37,6 +37,13 @@ jobs:
37
echo "LOCK_OUTPUT<<EOF" >> $GITHUB_ENV
38
echo "$LOCK_OUTPUT" >> $GITHUB_ENV
39
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
47
- name: Build the test container, make the docs and migrations
48
run: |
49
make build_web_test
0 commit comments