Skip to content

Commit a3846f0

Browse files
committed
ci: fix to version 8
1 parent 98f0841 commit a3846f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use pnpm
2525
uses: pnpm/action-setup@v2
2626
with:
27-
version: latest
27+
version: 8
2828

2929
- name: Use Node.js
3030
uses: actions/setup-node@v4

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"dependencies": {
2323
"@actions/core": "^1.10.1",
2424
"@actions/github": "^6.0.0",
25-
"@frontify/frontify-cli": "^5.6.0",
26-
"glob": "^10.3.10"
25+
"@frontify/frontify-cli": "^5.6.16",
26+
"glob": "^10.3.12"
2727
},
2828
"devDependencies": {
29-
"@biomejs/biome": "^1.5.3",
29+
"@biomejs/biome": "^1.7.1",
3030
"@types/glob": "^8.1.0",
31-
"@types/node": "^20.11.16",
31+
"@types/node": "^20.12.7",
3232
"@vercel/ncc": "^0.38.1",
33-
"typescript": "^5.3.3"
33+
"typescript": "^5.4.5"
3434
}
3535
}

0 commit comments

Comments
 (0)