Skip to content

Commit 0e5cd9f

Browse files
authored
Merge pull request #1845 from FlowFuse/v1.27.1
v1.27.1
2 parents 4ebd786 + cd8ca4f commit 0e5cd9f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2121
with:
22-
node-version: 18
22+
node-version: 20
2323
cache: npm
2424
- run: npm ci
2525
- name: Build

.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.42.0'
1414
with:
1515
node: '[
16-
{"version": "18", "tests": true, "lint": true},
16+
{"version": "20", "tests": true, "lint": true},
1717
]'
1818

1919
publish:

.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@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1919
with:
20-
node-version: 18
20+
node-version: 20
2121
- name: Install Dependencies
2222
run: npm ci
2323
- name: Run Tests

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/node-red-dashboard",
3-
"version": "1.27.0",
3+
"version": "1.27.1",
44
"description": "FlowFuse Dashboard - A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts).",
55
"keywords": [
66
"node-red"

0 commit comments

Comments
 (0)