Skip to content

Commit 0c59956

Browse files
committed
Update CI dependencies and Node.js version
- Bump actions/cache from v4 to v5 - Update Node.js version from 22 to 24 in copilot-setup-steps.yml to align with build.yaml
1 parent bfe4f13 commit 0c59956

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
working-directory: docker
7070
run: docker compose up -d elasticsearch &
7171

72-
- uses: actions/cache@v4
72+
- uses: actions/cache@v5
7373
with:
7474
path: ~/.nuget/packages
7575
key: nuget-${{ runner.os }}-${{ hashFiles('**/packages.lock.json') }}
@@ -126,7 +126,7 @@ jobs:
126126
node-version: 24
127127

128128
- name: Cache node_modules
129-
uses: actions/cache@v4
129+
uses: actions/cache@v5
130130
id: cache-node-modules
131131
with:
132132
path: src/Exceptionless.Web/ClientApp/node_modules

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
working-directory: docker
3333
run: docker compose up -d elasticsearch &
3434

35-
- uses: actions/cache@v4
35+
- uses: actions/cache@v5
3636
with:
3737
path: ~/.nuget/packages
3838
key: nuget-${{ runner.os }}-${{ hashFiles('**/packages.lock.json') }}
@@ -45,10 +45,10 @@ jobs:
4545
- name: Setup Node.js environment
4646
uses: actions/setup-node@v6
4747
with:
48-
node-version: 22
48+
node-version: 24
4949

5050
- name: Cache node_modules
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
id: cache-node-modules
5353
with:
5454
path: src/Exceptionless.Web/ClientApp/node_modules

0 commit comments

Comments
 (0)