Skip to content

Commit 7f5a5de

Browse files
chore(deps): update actions/setup-node action to v5 (#444)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7939a8e commit 7f5a5de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout Project
1414
uses: actions/checkout@v5
1515
- name: Use Node.js v20
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717
with:
1818
node-version: 22
1919
cache: yarn

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v20
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version: 22
2222
cache: yarn
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout Project
3333
uses: actions/checkout@v5
3434
- name: Use Node.js v20
35-
uses: actions/setup-node@v4
35+
uses: actions/setup-node@v5
3636
with:
3737
node-version: 22
3838
cache: yarn
@@ -50,7 +50,7 @@ jobs:
5050
- name: Add problem matcher
5151
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
5252
- name: Use Node.js v20
53-
uses: actions/setup-node@v4
53+
uses: actions/setup-node@v5
5454
with:
5555
node-version: 22
5656
cache: yarn

0 commit comments

Comments
 (0)