@flowfuse/driver-docker 2.28.0 → 2.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,15 +9,12 @@ on:
|
|
|
9
9
|
jobs:
|
|
10
10
|
build:
|
|
11
11
|
runs-on: ubuntu-latest
|
|
12
|
-
strategy:
|
|
13
|
-
matrix:
|
|
14
|
-
node-version: [20]
|
|
15
12
|
steps:
|
|
16
13
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
17
|
-
- name: Use Node.js
|
|
14
|
+
- name: Use Node.js 24
|
|
18
15
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
19
16
|
with:
|
|
20
|
-
node-version:
|
|
17
|
+
node-version: 24
|
|
21
18
|
- name: Install Dependencies
|
|
22
19
|
run: npm ci
|
|
23
20
|
- name: Run lint
|
|
@@ -11,7 +11,7 @@ jobs:
|
|
|
11
11
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
12
12
|
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
13
13
|
with:
|
|
14
|
-
node-version:
|
|
14
|
+
node-version: 24
|
|
15
15
|
- run: npm ci --omit dev
|
|
16
16
|
- uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4.1.5
|
|
17
17
|
with:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
#### 2.29.0: Release
|
|
2
|
+
|
|
3
|
+
- Bump picomatch from 4.0.3 to 4.0.4 (#198) @app/dependabot
|
|
4
|
+
|
|
5
|
+
#### 2.28.1: Release
|
|
6
|
+
|
|
7
|
+
- ci: Use NodeJS v24 as a default GitHub Actions runtime (#196) @ppawlowski
|
|
8
|
+
- Bump flatted from 3.3.3 to 3.4.2 (#195) @app/dependabot
|
|
9
|
+
|
|
1
10
|
#### 2.28.0: Release
|
|
2
11
|
|
|
3
12
|
- Bump actions/setup-node from 6.2.0 to 6.3.0 (#193)
|