Update build pipeline packages to latest node
This commit is contained in:
+3
-3
@@ -8,7 +8,7 @@ when:
|
||||
|
||||
steps:
|
||||
- name: Install
|
||||
image: node:22-bookworm-slim
|
||||
image: node:24-bookworm-slim
|
||||
commands:
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest --activate
|
||||
@@ -41,7 +41,7 @@ steps:
|
||||
- status: [failure]
|
||||
|
||||
- name: Lint
|
||||
image: node:22-bookworm-slim
|
||||
image: node:24-bookworm-slim
|
||||
commands:
|
||||
- corepack enable && corepack prepare pnpm@latest --activate
|
||||
- pnpm run lint
|
||||
@@ -75,7 +75,7 @@ steps:
|
||||
- status: [failure]
|
||||
|
||||
- name: Build
|
||||
image: node:22-bookworm-slim
|
||||
image: node:24-bookworm-slim
|
||||
commands:
|
||||
- corepack enable && corepack prepare pnpm@latest --activate
|
||||
- pnpm run build
|
||||
|
||||
Reference in New Issue
Block a user