Skip to content

Commit f17f909

Browse files
authored
Merge pull request #2199 from urfave/dependabot/github_actions/actions/setup-node-5
2 parents 66491f0 + 2df249c commit f17f909

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
with:
2323
go-version: stable
2424

25-
- name: Set up Node.js
26-
uses: actions/setup-node@v4
27-
with:
28-
node-version: latest
29-
3025
- name: Set PATH
3126
run: echo "${GITHUB_WORKSPACE}/.local/bin" >>"${GITHUB_PATH}"
3227

@@ -55,7 +50,7 @@ jobs:
5550
python-version: '3.13'
5651
cache: pip
5752
cache-dependency-path: mkdocs-requirements.txt
58-
53+
5954
- name: Ensure mkdocs is available
6055
run: make ensure-mkdocs
6156

0 commit comments

Comments
 (0)