Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Set only node major version in CI
  • Loading branch information
Siegrift committed Dec 4, 2025
commit c9770d1dc308440d50b57d00bdfc779c0dd1d0f9
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '24.11.0'
node-version: '24'
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '24.11.0'
node-version: '24'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down