@dword-design/base 8.6.17 → 8.6.18

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.
@@ -27,7 +27,7 @@ Object {
27
27
  },
28
28
  },
29
29
  Object {
30
- "uses": "actions/setup-node@v2",
30
+ "uses": "actions/setup-node@v3",
31
31
  "with": Object {
32
32
  "node-version": 14,
33
33
  },
@@ -78,7 +78,7 @@ Object {
78
78
  },
79
79
  },
80
80
  Object {
81
- "uses": "actions/setup-node@v2",
81
+ "uses": "actions/setup-node@v3",
82
82
  "with": Object {
83
83
  "node-version": "\${{ matrix.node }}",
84
84
  },
@@ -165,7 +165,7 @@ Object {
165
165
  },
166
166
  },
167
167
  Object {
168
- "uses": "actions/setup-node@v2",
168
+ "uses": "actions/setup-node@v3",
169
169
  "with": Object {
170
170
  "node-version": 14,
171
171
  },
@@ -254,7 +254,7 @@ Object {
254
254
  },
255
255
  },
256
256
  Object {
257
- "uses": "actions/setup-node@v2",
257
+ "uses": "actions/setup-node@v3",
258
258
  "with": Object {
259
259
  "node-version": 14,
260
260
  },
@@ -347,7 +347,7 @@ Object {
347
347
  },
348
348
  },
349
349
  Object {
350
- "uses": "actions/setup-node@v2",
350
+ "uses": "actions/setup-node@v3",
351
351
  "with": Object {
352
352
  "node-version": 14,
353
353
  },
@@ -38,7 +38,7 @@ var _default = () => {
38
38
  ref: "${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}"
39
39
  }
40
40
  }, {
41
- uses: 'actions/setup-node@v2',
41
+ uses: 'actions/setup-node@v3',
42
42
  with: {
43
43
  'node-version': 14
44
44
  }
@@ -62,7 +62,7 @@ var _default = () => {
62
62
  lfs: true
63
63
  }
64
64
  }, {
65
- uses: 'actions/setup-node@v2',
65
+ uses: 'actions/setup-node@v3',
66
66
  with: {
67
67
  'node-version': '${{ matrix.node }}'
68
68
  }
@@ -29,7 +29,7 @@ var _default = config => ({
29
29
  ref: "${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}"
30
30
  }
31
31
  }, {
32
- uses: 'actions/setup-node@v2',
32
+ uses: 'actions/setup-node@v3',
33
33
  with: {
34
34
  'node-version': config.nodeVersion
35
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "8.6.17",
3
+ "version": "8.6.18",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",