chore: bump node to v20.10.0

This commit is contained in:
Jixun Wu 2023-12-23 15:41:13 +00:00
parent 3797789be2
commit 4f38238ed9
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ name: default
steps:
- name: test & build
image: node:20.8.1-bookworm
image: node:20.10.0-bookworm
commands:
# - git config --global --add safe.directory "/drone/src"
- corepack enable
@ -17,7 +17,7 @@ steps:
npm_config_registry: https://registry.npmmirror.com
- name: publish
image: node:20.8.1-bookworm
image: node:20.10.0-bookworm
environment:
DRONE_GITEA_SERVER: https://git.unlock-music.dev
GITEA_API_KEY:

4
.npmrc
View File

@ -1,3 +1,3 @@
use-node-version=20.8.1
node-version=20.8.1
use-node-version=20.10.0
node-version=20.10.0
engine-strict=true