Skip to content

Commit 813327d

Browse files
authored
Merge pull request #2259 from serverless-heaven/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 5 to 6
2 parents fe4d53c + a26749e commit 813327d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: 'Install Node.js'
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: 20
2828

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 2
1616

1717
- name: 'Install Node.js'
18-
uses: actions/setup-node@v5
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version: 20
2121
registry-url: https://registry.npmjs.org/

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 2
3333

3434
- name: 'Install Node.js'
35-
uses: actions/setup-node@v5
35+
uses: actions/setup-node@v6
3636
with:
3737
node-version: '${{ matrix.node }}'
3838

@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 2
5656

5757
- name: 'Install Node.js'
58-
uses: actions/setup-node@v5
58+
uses: actions/setup-node@v6
5959
with:
6060
node-version: 18
6161

@@ -88,7 +88,7 @@ jobs:
8888
fetch-depth: 2
8989

9090
- name: 'Install Node.js'
91-
uses: actions/setup-node@v5
91+
uses: actions/setup-node@v6
9292
with:
9393
node-version: '${{ matrix.node }}'
9494

@@ -119,7 +119,7 @@ jobs:
119119
fetch-depth: 2
120120

121121
- name: 'Install Node.js'
122-
uses: actions/setup-node@v5
122+
uses: actions/setup-node@v6
123123
with:
124124
node-version: '${{ matrix.node }}'
125125

@@ -150,7 +150,7 @@ jobs:
150150
fetch-depth: 2
151151

152152
- name: 'Install Node.js'
153-
uses: actions/setup-node@v5
153+
uses: actions/setup-node@v6
154154
with:
155155
node-version: '${{ matrix.node }}'
156156

0 commit comments

Comments
 (0)