File tree Expand file tree Collapse file tree 7 files changed +2055
-2303
lines changed
Expand file tree Collapse file tree 7 files changed +2055
-2303
lines changed Original file line number Diff line number Diff line change 2626 export NVM_DIR="$HOME/.nvm"
2727 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
2828 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
29- nvm install v22.19.0
30- nvm alias default v22.19.0
29+ nvm install v24.11.1
30+ nvm alias default v24.11.1
3131 - run : node -v
3232 - run : npm install --global node-gyp
3333 - run : echo $SHELL
@@ -110,7 +110,7 @@ jobs:
110110 BASH_ENV : " .circleci/bash_env.sh"
111111 DISPLAY : " :99"
112112 docker :
113- - image : cimg/node:22.19.0 -browsers
113+ - image : cimg/node:24.11.1 -browsers
114114 steps :
115115 - setup_remote_docker :
116116 version : docker23
@@ -145,8 +145,8 @@ jobs:
145145 - run : pwsh.exe -command "Register-PSRepository -Name 'Nuget' -SourceLocation 'https://api.nuget.org/v3/index.json' -InstallationPolicy Trusted"
146146 - run : python -m pip install packaging
147147 - run : pip install setuptools
148- - run : nvm install v22.19.0
149- - run : nvm use v22.19.0
148+ - run : nvm install v24.11.1
149+ - run : nvm use v24.11.1
150150 - run : node -v
151151 - run : npm install --global npm@8 node-gyp
152152 - run : npm -v
Original file line number Diff line number Diff line change 1- 22.19.0
1+ 24.11.1
Original file line number Diff line number Diff line change 1- FROM node:22.19.0 -alpine as base
1+ FROM node:24.11.1 -alpine as base
22WORKDIR /app
33RUN mkdir -p dist node_modules .yarn-cache && chown -R node:node .
44
Original file line number Diff line number Diff line change 11{
22 "name" : " tidepool-uploader" ,
33 "productName" : " tidepool-uploader" ,
4- "version" : " 2.64.1-tandem-fsl3plus " ,
4+ "version" : " 2.64.1-update-deps-feb26.1 " ,
55 "description" : " Tidepool Project Universal Uploader" ,
66 "main" : " ./main.prod.js" ,
77 "author" : {
You can’t perform that action at this time.
0 commit comments