Skip to content

Commit 7040fa9

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 929fc70 commit 7040fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-starters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout Repo
1010
uses: actions/checkout@v4
1111
- name: Setup Node.js 18.x
12-
uses: actions/setup-node@v4
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version: "18.20.8"
1515
- name: Publish Starters

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Node.js 18.x
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: "18.20.8"
2222
- name: Install Dependencies

0 commit comments

Comments
 (0)