@codfish/actions-playground 0.0.0-PR-94--e382384 → 0.0.0-PR-95--1877b5f

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.
Files changed (3) hide show
  1. package/.nvmrc +1 -1
  2. package/Dockerfile +1 -1
  3. package/package.json +3 -3
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 24.13.0
1
+ 22.18.0
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:24.13.0
1
+ FROM node:22.18.0
2
2
 
3
3
  RUN mkdir /app
4
4
  WORKDIR /app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-94--e382384",
3
+ "version": "0.0.0-PR-95--1877b5f",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -34,7 +34,7 @@
34
34
  "react": "^18.2.0",
35
35
  "react-dom": "^18.2.0",
36
36
  "react-scripts": "^5.0.1",
37
- "web-vitals": "^2.1.4"
37
+ "web-vitals": "^5.0.0"
38
38
  },
39
39
  "eslintConfig": {
40
40
  "extends": [
@@ -81,7 +81,7 @@
81
81
  ]
82
82
  },
83
83
  "volta": {
84
- "node": "24.13.0",
84
+ "node": "22.18.0",
85
85
  "yarn": "4.10.3"
86
86
  },
87
87
  "scripts": {