Skip to content

Commit 946fcd1

Browse files
author
Kristopher Turner
committed
fix: repair docs repo workflows
1 parent d457845 commit 946fcd1

3 files changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set up Node.js
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
26-
node-version: '18'
26+
node-version: '22'
2727

2828
- name: Install dependencies
2929
run: npm install

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,15 @@ on:
99

1010
permissions:
1111
contents: read
12+
issues: write
1213

1314
jobs:
1415
sync:
1516
runs-on: ubuntu-latest
16-
strategy:
17-
matrix:
18-
repo:
19-
- AzureLocal/azurelocal-sofs-fslogix
20-
- AzureLocal/aurelocal-avd
21-
- AzureLocal/azurelocal-loadtools
22-
- AzureLocal/azurelocal-vm-conversion-toolkit
23-
- AzureLocal/azurelocal.github.io
2417
steps:
2518
- uses: actions/checkout@v4
2619
- uses: EndBug/label-sync@v2
2720
with:
2821
config-file: .github/labels.yml
29-
repository: ${{ matrix.repo }}
30-
token: ${{ secrets.LABEL_SYNC_TOKEN }}
22+
token: ${{ secrets.GITHUB_TOKEN }}
3123
delete-other-labels: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
]
4545
},
4646
"engines": {
47-
"node": ">=18.0"
47+
"node": ">=20.0.0"
4848
}
4949
}

0 commit comments

Comments
 (0)