Skip to content

Commit

Permalink
Merge pull request #1597 from FlowFuse/gh-action-run-build
Browse files Browse the repository at this point in the history
Update node version that's used when running "publish release" GH action
  • Loading branch information
joepavitt authored Jan 24, 2025
2 parents 3495603 + 55cecc7 commit 3099314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Run Tests
Expand Down

0 comments on commit 3099314

Please sign in to comment.