Skip to content

Commit

Permalink
audit of the npm packages and upgrade of the versions
Browse files Browse the repository at this point in the history
Signed-off-by: Maurice Preuß (envoyr) <[email protected]>
  • Loading branch information
envoyr committed Feb 27, 2025
1 parent 2e18d7c commit c501778
Show file tree
Hide file tree
Showing 3 changed files with 1,377 additions and 403 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
Loading

0 comments on commit c501778

Please sign in to comment.