Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/cd_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@master
with:
node-version: "22"
node-version: "24"
- name: Cache node modules
uses: actions/cache@master
env:
Expand All @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
node-version:
- 22
- 24
machines:
- vlcdhp02
runs-on: ${{ matrix.machines }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
node-version:
- 22
- 24
machines:
- vlcdhprdp02
runs-on: ${{ matrix.machines }}
Expand Down
Loading
Loading