Skip to content

Commit a64bd2e

Browse files
chore(deps): update dependency node to v22
1 parent 9ab0676 commit a64bd2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cd-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: "20"
42+
node-version: "22"
4343
cache: "pnpm"
4444

4545
- name: Setup Pages

.github/workflows/cd-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Configure node for NPM registry as registry
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20.x'
24+
node-version: '22.x'
2525
cache: "pnpm"
2626
registry-url: 'https://registry.npmjs.org'
2727
scope: '@openscript-ch'
@@ -41,7 +41,7 @@ jobs:
4141
- name: Configure node for Github registry as registry
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: '20.x'
44+
node-version: '22.x'
4545
registry-url: 'https://npm.pkg.github.com'
4646
scope: '@openscript-ch'
4747

.github/workflows/ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "20"
19+
node-version: "22"
2020
cache: "pnpm"
2121

2222
- name: Install dependencies

0 commit comments

Comments
 (0)