Skip to content

Commit b0d5969

Browse files
committed
Update publish.yml
1 parent 27c0a7c commit b0d5969

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,21 @@ on:
66

77
jobs:
88
update_changelog:
9-
runs-on: ubuntu-latest
9+
uses: laravel/.github/.github/workflows/update-changelog.yml@main
1010
permissions:
1111
contents: write
1212

13-
steps:
14-
- name: Checkout code
15-
uses: actions/checkout@v2
16-
17-
- name: Update Changelog
18-
uses: laravel/.github/.github/workflows/update-changelog.yml@main
19-
2013
publish:
2114
runs-on: ubuntu-latest
2215
needs: update_changelog
2316
steps:
2417
- name: Checkout code
25-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
2619

2720
- name: Set up Node.js
28-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v4
2922
with:
30-
node-version: "latest"
23+
node-version: "20"
3124

3225
- name: Install dependencies
3326
run: npm install

0 commit comments

Comments
 (0)