@flowfuse/driver-docker 2.27.1 → 2.28.1

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 ${{ matrix.node-version }}
18
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
14
+ - name: Use Node.js 24
15
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
19
16
  with:
20
- node-version: ${{ matrix.node-version }}
17
+ node-version: 24
21
18
  - name: Install Dependencies
22
19
  run: npm ci
23
20
  - name: Run lint
@@ -9,9 +9,9 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
11
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12
- - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
12
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
13
13
  with:
14
- node-version: 18
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:
@@ -16,4 +16,4 @@ concurrency:
16
16
  jobs:
17
17
  scan:
18
18
  name: SAST Scan
19
- uses : flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml@v0.49.0
19
+ uses : flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml@v0.52.0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ #### 2.28.1: Release
2
+
3
+ - ci: Use NodeJS v24 as a default GitHub Actions runtime (#196) @ppawlowski
4
+ - Bump flatted from 3.3.3 to 3.4.2 (#195) @app/dependabot
5
+
6
+ #### 2.28.0: Release
7
+
8
+ - Bump actions/setup-node from 6.2.0 to 6.3.0 (#193)
9
+ - Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#192)
10
+ - Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#191)
11
+ - Bump minimatch (#190) @app/dependabot
12
+
1
13
  #### 2.27.1: Release
2
14
 
3
15
  - Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#188)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-docker",
3
- "version": "2.27.1",
3
+ "version": "2.28.1",
4
4
  "description": "Docker driver for FlowFuse",
5
5
  "main": "docker.js",
6
6
  "scripts": {