roku-debug 0.21.31 → 0.21.32

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.
@@ -51,7 +51,7 @@ jobs:
51
51
  - name: Setup node
52
52
  uses: actions/setup-node@master
53
53
  with:
54
- node-version: "16.20.2"
54
+ node-version: '18.18.2'
55
55
 
56
56
  - name: CD into nested-ci, run npm ci
57
57
  run: |
@@ -74,4 +74,4 @@ jobs:
74
74
  make-release-artifacts \
75
75
  --branch "${{ inputs.branch }}" \
76
76
  --projectName "${{ github.repository }}" \
77
- --artifactPaths ${{ inputs.artifact-paths }}
77
+ --artifactPaths ${{ inputs.artifact-paths }}
@@ -31,7 +31,7 @@ jobs:
31
31
  - name: Setup node
32
32
  uses: actions/setup-node@master
33
33
  with:
34
- node-version: "16.20.2"
34
+ node-version: '18.18.2'
35
35
 
36
36
  - name: Run npm ci
37
37
  run: npm ci
@@ -43,7 +43,7 @@ jobs:
43
43
  else
44
44
  echo "RUNNER_DEBUG=false" >> $GITHUB_ENV
45
45
  fi
46
-
46
+
47
47
  - name: Run publish
48
48
  env:
49
49
  GH_TOKEN: ${{ github.token }}
@@ -54,4 +54,4 @@ jobs:
54
54
  publish-release \
55
55
  --projectName "${{ github.repository }}" \
56
56
  --ref ${{ inputs.ref }} \
57
- --releaseType ${{ inputs.release-type }}
57
+ --releaseType ${{ inputs.release-type }}