File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ jobs:
362362 # SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
363363
364364 - name : Notify Telegram Channel
365- uses : appleboy/telegram-action@v0.1 .1
365+ uses : appleboy/telegram-action@v1.0 .1
366366 with :
367367 to : ${{ secrets.TELEGRAM_TO }}
368368 token : ${{ secrets.TELEGRAM_TOKEN }}
@@ -384,7 +384,7 @@ jobs:
384384 # needs: [release]
385385
386386 # steps:
387- # - uses: actions/checkout@v4
387+ # - uses: actions/checkout@v6
388388
389389 # - name: Set Version Variables
390390 # run: |
Original file line number Diff line number Diff line change 11# =========================
22# --- BUILD NPM MODULES ---
33# =========================
4- FROM node:20 -alpine AS build
4+ FROM node:24 -alpine AS build
55
66RUN apk add yarn g++ make cmake python3 --no-cache
77
@@ -16,7 +16,7 @@ RUN yarn patch-package
1616# ===============
1717# --- Release ---
1818# ===============
19- FROM node:20 -alpine
19+ FROM node:24 -alpine
2020LABEL maintainer="requarks.io"
2121
2222RUN apk add bash curl git openssh gnupg sqlite --no-cache && \
You can’t perform that action at this time.
0 commit comments