Skip to content

Commit 2c7548d

Browse files
authored
ci: bump node to v24 (#928)
- bump setup-node to v6 - bump node to v24 Hopefully resolves issues with the create_npm_package job.
1 parent 36eca2f commit 2c7548d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup-js-env/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: "run actions/setup-node and `npm ci`"
33
runs:
44
using: "composite"
55
steps:
6-
- uses: actions/setup-node@v4
6+
- uses: actions/setup-node@v6
77
with:
8-
node-version: '20'
8+
node-version: '24'
99
cache: 'npm'
1010
cache-dependency-path: 'package-lock.json'
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"types": "./types",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/OverlayPlugin/cactbot"
11+
"url": "git+https://github.com/OverlayPlugin/cactbot.git"
1212
},
1313
"files": [
1414
"./ui",

0 commit comments

Comments
 (0)