Skip to content

Commit 76ff68e

Browse files
authored
Merge pull request #519 from pimcore/node-lts
Update: migrate docs workflow to Node LTS (setup-node@v4, node-versio…
2 parents ca7bd15 + fb001c5 commit 76ff68e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ jobs:
3030
if: ${{ github.repository == 'pimcore/data-importer' }}
3131
steps:
3232
- name: "Checkout code"
33-
uses: "actions/checkout@v3"
33+
uses: "actions/checkout@v4"
3434
with:
3535
ref: ${{ github.event.pull_request.head.sha }}
3636

3737
- name: "Checkout Docs Generator"
38-
uses: "actions/checkout@v3"
38+
uses: "actions/checkout@v4"
3939
with:
4040
repository: "pimcore/docs-generator"
4141
ref: "main"
4242
path: "./docs-generator"
4343
token: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }}
4444

4545
- name: "Install Node"
46-
uses: actions/setup-node@v3
46+
uses: actions/setup-node@v4
4747
with:
48-
node-version: 19.x
48+
node-version: 'lts/*'
4949
registry-url: 'https://registry.npmjs.org'
5050

5151
- name: Prepare Docs

0 commit comments

Comments
 (0)