build: unlock node version

This commit is contained in:
kunish 2023-09-10 16:51:03 +08:00
parent ab65140358
commit ff5672fe8d
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
cache: pnpm cache: pnpm
node-version: 20.5 node-version: latest
- name: install dependencies - name: install dependencies
run: pnpm install run: pnpm install

View File

@ -1,4 +1,4 @@
FROM docker.io/node:20.5-alpine as builder FROM docker.io/node:alpine as builder
WORKDIR /build WORKDIR /build