We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb0d5f commit bef13a1Copy full SHA for bef13a1
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup node
28
uses: actions/setup-node@v4
29
with:
30
- node-version: 20
+ node-version: 22
31
cache: pnpm
32
33
- name: Install dependencies
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax = docker/dockerfile:1.13
2
3
# BASE
4
-FROM node:22.14.0-bullseye-slim AS base
+FROM node:22.18.0-bullseye-slim AS base
5
6
## Setup pnpm
7
RUN corepack enable
0 commit comments