We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa7415 commit 60e3a9bCopy full SHA for 60e3a9b
3 files changed
.github/workflows/NPM.yml
@@ -59,7 +59,7 @@ jobs:
59
steps:
60
- uses: actions/checkout@v4.2.2
61
62
- - uses: actions/setup-node@v4.3.0
+ - uses: actions/setup-node@v4.4.0
63
with:
64
node-version: "18"
65
registry-url: "https://registry.npmjs.org"
.github/workflows/Node.yml
@@ -76,7 +76,7 @@ jobs:
76
--unsafe-perm=true
77
]
78
79
80
81
node-version: ${{ matrix.node-version }}
82
cache: "pnpm"
package.json
@@ -42,8 +42,8 @@
42
"fast-glob": "3.3.3"
43
},
44
"devDependencies": {
45
- "@playform/build": "0.2.3",
46
- "@types/node": "22.15.3",
+ "@playform/build": "0.2.4",
+ "@types/node": "22.15.15",
47
"rimraf": "6.0.1",
48
"ts-node": "10.9.2",
49
"tsconfig-paths": "4.2.0",
0 commit comments