Skip to content

Commit

Permalink
Merge pull request #1596 from FlowFuse/gh-action-node-v
Browse files Browse the repository at this point in the history
Update node version that's used when running deploy-docs GH action
  • Loading branch information
joepavitt authored Jan 24, 2025
2 parents efbd9cd + 419a2a3 commit 3495603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm
- run: npm ci
- name: Build
Expand Down

0 comments on commit 3495603

Please sign in to comment.