Skip to content

Commit 7c7ea28

Browse files
authored
Merge pull request #2280 from hydephp/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 26cc444 + b64deee commit 7c7ea28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/compile-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0 # Needed for the git commit step
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version: '20'
2222
cache: 'npm'

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- uses: actions/checkout@v5
122122

123123
- name: Setup Node.js
124-
uses: actions/setup-node@v4
124+
uses: actions/setup-node@v5
125125
with:
126126
cache: 'npm'
127127

.github/workflows/update-browserslist-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Set up Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version: '16'
2222
cache: 'npm'

0 commit comments

Comments
 (0)