Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
cache: "pnpm"

- name: Setup Pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Configure node for NPM registry as registry
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
cache: "pnpm"
registry-url: 'https://registry.npmjs.org'
scope: '@openscript-ch'
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Configure node for Github registry as registry
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@openscript-ch'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
cache: "pnpm"

- name: Install dependencies
Expand Down