mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
build: unlock node version
This commit is contained in:
parent
ab65140358
commit
ff5672fe8d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/node:20.5-alpine as builder
|
||||
FROM docker.io/node:alpine as builder
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user