File tree Expand file tree Collapse file tree 5 files changed +72
-285
lines changed
Expand file tree Collapse file tree 5 files changed +72
-285
lines changed Original file line number Diff line number Diff line change 6868 runs-on : ubuntu-22.04
6969 strategy :
7070 matrix :
71- node_version : [22, 23 ]
71+ node_version : [22, 24 ]
7272 steps :
7373 - uses : actions/checkout@v4
7474 - name : Use Node.js ${{ matrix.node_version }}
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ RUN yarn --ignore-scripts --pure-lockfile --network-timeout 600000
2323
2424COPY . ./
2525
26- # Workaround: Need to install esbuild manually https://github.com/evanw/esbuild/issues/462#issuecomment-771328459
27- RUN node node_modules/esbuild/install.js
2826RUN yarn build
2927
3028
Original file line number Diff line number Diff line change 1+ Support Node 24, and drop support for Node 23.
Original file line number Diff line number Diff line change 6060 "figma-js" : " ^1.16.1-0" ,
6161 "helmet" : " ^7.1.0" ,
6262 "http-status-codes" : " ^2.2.0" ,
63- "ioredis" : " ^5.2.3 " ,
63+ "ioredis" : " ^5.6.1 " ,
6464 "jira-client" : " ^8.2.2" ,
6565 "markdown-it" : " ^14.0.0" ,
66- "matrix-appservice-bridge" : " ^9.0.1 " ,
66+ "matrix-appservice-bridge" : " ^10.3.3 " ,
6767 "matrix-bot-sdk" :
" npm:@vector-im/[email protected] " ,
6868 "matrix-widget-api" : " ^1.10.0" ,
6969 "micromatch" : " ^4.0.8" ,
You can’t perform that action at this time.
0 commit comments