audit of the npm packages and upgrade of the versions

Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
Maurice Preuß (envoyr)
2025-02-27 01:11:33 +01:00
parent 2e18d7c581
commit c5017786e0
3 changed files with 1520 additions and 546 deletions

View File

@@ -72,7 +72,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
- name: Install npm dependencies
run: npm install
@@ -120,7 +120,7 @@ jobs:
- name: Deploy nightly to server
uses: easingthemes/ssh-deploy@main
env:
with:
ARGS: "-rltDzvO --chown=${{ secrets.WEB_USER }}:${{ secrets.WEB_USER }}"
SOURCE: "dist/"
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}