Skip to content

Commit 3495603

Browse files
authored
Merge pull request #1596 from FlowFuse/gh-action-node-v
Update node version that's used when running deploy-docs GH action
2 parents efbd9cd + 419a2a3 commit 3495603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 16
22+
node-version: 18
2323
cache: npm
2424
- run: npm ci
2525
- name: Build

0 commit comments

Comments
 (0)