@flowfuse/driver-docker 2.24.4 → 2.25.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.
@@ -11,11 +11,11 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- node-version: [16.x]
14
+ node-version: [20]
15
15
  steps:
16
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17
17
  - name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
18
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
19
19
  with:
20
20
  node-version: ${{ matrix.node-version }}
21
21
  - name: Install Dependencies
@@ -8,8 +8,8 @@ jobs:
8
8
  publish:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
11
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12
+ - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
13
13
  with:
14
14
  node-version: 18
15
15
  - run: npm ci --omit dev
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ #### 2.25.0: Release
2
+
3
+
4
+ #### 2.24.5: Release
5
+
6
+ - Update Node.js version in build workflow (#168)
7
+ - Bump actions/setup-node from 6.0.0 to 6.1.0 (#166)
8
+ - Bump actions/checkout from 6.0.0 to 6.0.1 (#167) @app/dependabot
9
+
1
10
  #### 2.24.4: Release
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-docker",
3
- "version": "2.24.4",
3
+ "version": "2.25.0",
4
4
  "description": "Docker driver for FlowFuse",
5
5
  "main": "docker.js",
6
6
  "scripts": {