Skip to content

Commit f640baa

Browse files
committed
chore: Update dependencies to latest as of 2026-05-04 (manual)
1 parent a06c08d commit f640baa

4 files changed

Lines changed: 599 additions & 597 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4848

4949
- name: Use Nodejs ${{ matrix.node-version }}
50-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
50+
uses: actions/setup-node@v6.4.0
5151
with:
5252
node-version: ${{ matrix.node-version }}
5353

build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ function lint() {
6868

6969
## deps - updates project dependencies to latest
7070
function deps() {
71+
# Use NVM
72+
if [[ ! -d "$NVM_DIR" ]] ; then
73+
echo "Please activate nvm"
74+
exit 1
75+
fi
76+
77+
# Use the minimum node version to run the updates.
78+
nvm use 18
79+
7180
npm update --save
7281
# When we run this on a cloudtop, the urls in package-lock.json are replaced
7382
# with an internal server. We need to manually update package-lock.json

0 commit comments

Comments
 (0)