Update node

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-09-10 17:32:41 +02:00
parent 9a7294274b
commit 02c1009c23
5 changed files with 14 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ jobs:
go-version: "1.25"
- uses: "actions/setup-node@v4"
with:
node-version: 22
node-version-file: ".nvmrc"
- run: "npm ci"
- uses: "docker/setup-qemu-action@v3"
- uses: "docker/setup-buildx-action@v3"
@@ -58,7 +58,7 @@ jobs:
go-version: "1.25"
- uses: "actions/setup-node@v4"
with:
node-version: 22
node-version-file: ".nvmrc"
- run: "npm ci"
- run: "make build"
- run: "make test"

View File

@@ -31,7 +31,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
node-version-file: ".nvmrc"
cache: "npm"
- name: Install dependencies