diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0688f4..6afb839 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-node@v3 with: cache: pnpm - node-version: 20.5 + node-version: latest - name: install dependencies run: pnpm install diff --git a/Dockerfile b/Dockerfile index c876824..6354dc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:20.5-alpine as builder +FROM docker.io/node:alpine as builder WORKDIR /build