@codfish/actions-playground 0.0.0-PR-53--8f9b2a0 → 0.0.0-PR-55--cfec77d
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.
- package/.github/workflows/validate.yml +3 -1
- package/Dockerfile +1 -1
- package/package.json +2 -3
- package/provisioning/Chart.yml +2 -2
- package/src/reportWebVitals.js +1 -1
- package/test.txt +1 -1
|
@@ -34,7 +34,9 @@ jobs:
|
|
|
34
34
|
id: npm-cache
|
|
35
35
|
with:
|
|
36
36
|
path: node_modules
|
|
37
|
-
key:
|
|
37
|
+
key:
|
|
38
|
+
${{ runner.os }}-node_modules-${{ steps.setup-node.outputs.node-version }}-${{
|
|
39
|
+
hashFiles('**/package-lock.json') }}
|
|
38
40
|
|
|
39
41
|
- name: install dependencies
|
|
40
42
|
if: steps.npm-cache.outputs.cache-hit != 'true'
|
package/Dockerfile
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codfish/actions-playground",
|
|
3
|
-
"version": "0.0.0-PR-
|
|
3
|
+
"version": "0.0.0-PR-55--cfec77d",
|
|
4
4
|
"description": "My own testing ground for messing around with GitHub Actions.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@commitlint/cli": "^8.2.0",
|
|
36
36
|
"@commitlint/config-conventional": "^8.2.0",
|
|
37
|
-
"cod-scripts": "^
|
|
38
|
-
"husky": "^8.0.3",
|
|
37
|
+
"cod-scripts": "^12.0.0",
|
|
39
38
|
"jsdoc": "^3.6.3",
|
|
40
39
|
"markdownlint-cli": "^0.18.0"
|
|
41
40
|
},
|
package/provisioning/Chart.yml
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
appVersion: 4.
|
|
1
|
+
appVersion: 4.16.0
|
|
2
2
|
name: actions-playground
|
|
3
|
-
version: 4.
|
|
3
|
+
version: 4.16.0
|
package/src/reportWebVitals.js
CHANGED
package/test.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
testing pr title squash merges
|