Skip to content

Commit 938abf9

Browse files
committed
ci: fix more stuff
1 parent 2da815e commit 938abf9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: "22"
32+
node-version: "24"
3333

3434
- name: Install dependencies
3535
run: pnpm install --frozen-lockfile --prefer-offline

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"repository": {
122122
"type": "git",
123-
"url": "https://github.com/achievements-app/psn-api.git"
123+
"url": "git+https://github.com/achievements-app/psn-api.git"
124124
},
125125
"resolutions": {
126126
"rxjs": "^6.6.0"

0 commit comments

Comments
 (0)