chore(deps): update node.js to v20
ci/woodpecker/pr/test Pipeline was successful Details

This commit is contained in:
Renovate 2023-10-07 19:34:24 +00:00
parent 2f1e6e2bff
commit 0a656dd22f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ when:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &node_image 'node:18'
- &node_image 'node:20'
steps:
test-build:

View File

@ -1,4 +1,4 @@
FROM node:18.18-alpine as build-deps
FROM node:20.8-alpine as build-deps
WORKDIR /app
COPY package.json yarn.lock ./