Skip to content

Commit 0b1fd5c

Browse files
authored
Merge pull request #2075 from FlowFuse/ci-node-24-as-default-gha-runtime
ci: Use NodeJS v24 as a default GitHub Actions runtime
2 parents 341a9f8 + c292b89 commit 0b1fd5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2121
with:
22-
node-version: 20
22+
node-version: 24
2323
cache: npm
2424
- run: npm ci
2525
- name: Build

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
- name: Install Dependencies
2222
run: npm ci
2323
- name: Run Tests

0 commit comments

Comments
 (0)