Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Use Node.js 20.x
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: '22.x'
node-version: '24.x'
- run: npm ci
- run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build"
- run: git config --global protocol.file.allow always
Expand All @@ -36,9 +36,9 @@ jobs:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v5
- name: Use Node.js 20.x
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: '22.x'
node-version: '24.x'
- run: npm ci
- run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build"
- run: git config --global protocol.file.allow always
Expand All @@ -59,7 +59,7 @@ jobs:
with:
persist-credentials: false
- name: Use Node.js 24.x
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: '24.x'
- run: npm ci
Expand Down