From 82dbfc2d1f90a191c8f291834daf99bfae039aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Sun, 15 Dec 2024 03:57:00 +0900 Subject: [PATCH] chore: bump node version --- .drone.yml | 4 ++-- .npmrc | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 36aa5a1..02c6988 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: default steps: - name: test & build - image: node:20.10.0-bookworm + image: node:22.12.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.10.0-bookworm + image: node:22.12.0-bookworm environment: DRONE_GITEA_SERVER: https://git.unlock-music.dev GITEA_API_KEY: diff --git a/.npmrc b/.npmrc index 4a2dd39..22bc6e4 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,4 @@ -use-node-version=20.10.0 -node-version=20.10.0 +use-node-version=22.12.0 engine-strict=true @um:registry=https://git.unlock-music.dev/api/packages/um/npm/ @unlock-music:registry=https://git.unlock-music.dev/api/packages/um/npm/