diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index f8645ec5..c83430f5 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - name: Install dependencies run: yarn --immutable - name: Run checks diff --git a/Dockerfile b/Dockerfile index 27d94064..ca621318 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ + # Builder FROM node:lts AS builder LABEL org.opencontainers.image.url=https://github.com/Awesome-Technologies/synapse-admin org.opencontainers.image.source=https://github.com/Awesome-Technologies/synapse-admin