@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.
@@ -34,7 +34,9 @@ jobs:
34
34
  id: npm-cache
35
35
  with:
36
36
  path: node_modules
37
- key: ${{ runner.os }}-node_modules-${{ steps.setup-node.outputs.node-version }}-${{ hashFiles('**/package-lock.json') }}
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
@@ -10,7 +10,7 @@ RUN npm ci
10
10
  COPY ./src ./src
11
11
  COPY ./public ./public
12
12
 
13
- ENV RELEASE_VERSION=4.15.0
13
+ ENV RELEASE_VERSION=4.16.0
14
14
 
15
15
  RUN npm run build
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-53--8f9b2a0",
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": "^0.0.0-PR-194--e725f84",
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
  },
@@ -1,3 +1,3 @@
1
- appVersion: 4.15.0
1
+ appVersion: 4.16.0
2
2
  name: actions-playground
3
- version: 4.15.0
3
+ version: 4.16.0
@@ -1,4 +1,4 @@
1
- const reportWebVitals = onPerfEntry => {
1
+ const reportWebVitals = (onPerfEntry) => {
2
2
  if (onPerfEntry && onPerfEntry instanceof Function) {
3
3
  import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
4
4
  getCLS(onPerfEntry);
package/test.txt CHANGED
@@ -1 +1 @@
1
- foobar
1
+ testing pr title squash merges