Update container version

This commit is contained in:
thepaperpilot 2024-10-19 05:34:32 -05:00
parent 052a01d3f7
commit 3eeff40910
2 changed files with 4 additions and 0 deletions

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