solid-logic 1.3.14-3e7dcf0d → 1.3.14-7ab6e77e

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.
@@ -20,9 +20,8 @@ jobs:
20
20
  strategy:
21
21
  matrix:
22
22
  node-version:
23
- - 12.x
24
- - 14.x
25
23
  - 16.x
24
+ - 17.x
26
25
 
27
26
  steps:
28
27
  - uses: actions/checkout@v2
@@ -35,7 +34,7 @@ jobs:
35
34
  - run: npm test
36
35
  - run: npm run build --if-present
37
36
  - name: Save build
38
- if: matrix.node-version == '14.x'
37
+ if: matrix.node-version == '16.x'
39
38
  uses: actions/upload-artifact@v2
40
39
  with:
41
40
  name: build
@@ -53,7 +52,7 @@ jobs:
53
52
  name: build
54
53
  - uses: actions/setup-node@v1
55
54
  with:
56
- node-version: 14.x
55
+ node-version: 16.x
57
56
  - uses: rlespinasse/github-slug-action@v3.x
58
57
  - name: Append commit hash to package version
59
58
  run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
@@ -9,7 +9,7 @@ jobs:
9
9
  - uses: actions/checkout@v2
10
10
  - uses: actions/setup-node@v1
11
11
  with:
12
- node-version: '14.x'
12
+ node-version: '16.x'
13
13
  registry-url: 'https://registry.npmjs.org'
14
14
  - run: npm install
15
15
  - run: npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-logic",
3
- "version": "1.3.14-3e7dcf0d",
3
+ "version": "1.3.14-7ab6e77e",
4
4
  "description": "Core business logic of Solid OS",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {