There was an error while loading. Please reload this page.
1 parent 36eca2f commit 2c7548dCopy full SHA for 2c7548d
2 files changed
.github/actions/setup-js-env/action.yml
@@ -3,9 +3,9 @@ description: "run actions/setup-node and `npm ci`"
3
runs:
4
using: "composite"
5
steps:
6
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
7
with:
8
- node-version: '20'
+ node-version: '24'
9
cache: 'npm'
10
cache-dependency-path: 'package-lock.json'
11
package.json
@@ -8,7 +8,7 @@
"types": "./types",
"repository": {
"type": "git",
- "url": "https://github.com/OverlayPlugin/cactbot"
+ "url": "git+https://github.com/OverlayPlugin/cactbot.git"
12
},
13
"files": [
14
"./ui",
0 commit comments