Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 1044f61

Browse files
committed
pnpm setup
1 parent a5ebd17 commit 1044f61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-dockerize.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
version: 9
4848

4949
- name: Set up Node
50-
uses: actions/setup-node@v3
50+
uses: actions/setup-node@v4
5151
with:
5252
node-version: 20
5353
cache: pnpm

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm install
2626

2727
- name: Set up Node
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: 20
3131
cache: pnpm

0 commit comments

Comments
 (0)