Update dependencies #83

Open
thepaperpilot wants to merge 34 commits from thepaperpilot/Profectus:feat/update-deps into main
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 3eeff40910 - Show all commits

View file

@ -8,6 +8,8 @@ jobs:
build-and-deploy:
if: github.repository != 'profectus-engine/Profectus' # Don't build placeholder mod on main repo
runs-on: docker
container:
image: node:20-bullseye
steps:
- name: Setup RSync
run: |

View file

@ -7,6 +7,8 @@ on:
jobs:
test:
runs-on: docker
container:
image: node:20-bullseye
steps:
- uses: actions/checkout@v3