build: fix node version to 22

This commit is contained in:
Johannes Loher 2025-02-15 18:16:57 +01:00
parent d71e89f1b4
commit dd0ecce9c2
4 changed files with 4 additions and 4 deletions

2
.nvmrc
View file

@ -1 +1 @@
lts/*
22

View file

@ -5,7 +5,7 @@
$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/master/pipeline/schema/schema.json
variables:
- &node_image node:lts
- &node_image node:22
- &enable_pnpm
- corepack enable
- corepack prepare pnpm@latest --activate

View file

@ -5,7 +5,7 @@
$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/master/pipeline/schema/schema.json
variables:
- &node_image node:lts
- &node_image node:22
- &enable_pnpm
- corepack enable
- corepack prepare pnpm@latest --activate

View file

@ -5,7 +5,7 @@
$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/master/pipeline/schema/schema.json
variables:
- &node_image node:lts
- &node_image node:22
- &enable_pnpm
- corepack enable
- corepack prepare pnpm@latest --activate