Skip to content

Commit 4c9cfa8

Browse files
authored
Merge pull request #2076 from FlowFuse/ci-node-24-build-workflow
ci: Use NodeJS v24 to build package
2 parents 0b1fd5c + b1584ca commit 4c9cfa8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.52.0'
77
with:
88
node: '[
9-
{"version": "20", "tests": true, "lint": true},
9+
{"version": "24", "tests": true, "lint": true},
1010
]'

.github/workflows/publish-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.52.0'
1414
with:
1515
node: '[
16-
{"version": "20", "tests": true, "lint": true},
16+
{"version": "24", "tests": true, "lint": true},
1717
]'
1818

1919
publish:

0 commit comments

Comments
 (0)