Skip to content

Commit 389fb59

Browse files
committed
chore: upgrade node version
1 parent 963cf2e commit 389fb59

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.changeset/hip-hands-look.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"r.obin.ch": patch
3+
---
4+
5+
Upgrade dependencies

.github/workflows/cd-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
uses: actions/setup-node@v4
4848
with:
4949
node-version: 22
50-
cache: "pnpm"
50+
registry-url: https://registry.npmjs.org
51+
cache: pnpm
5152

5253
- name: Setup Pages
5354
id: pages

.github/workflows/ci-check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "20"
35-
cache: "pnpm"
34+
node-version: 22
35+
registry-url: https://registry.npmjs.org
36+
cache: pnpm
3637
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml
3738

3839
- name: Install dependencies

.github/workflows/ci-links.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: "20"
26-
cache: "pnpm"
25+
node-version: 22
26+
registry-url: https://registry.npmjs.org
27+
cache: pnpm
2728
cache-dependency-path: ${{ env.BUILD_PATH }}/pnpm-lock.yaml
2829

2930
- name: Install dependencies

0 commit comments

Comments
 (0)