We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f2096 commit c234638Copy full SHA for c234638
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/setup-node@v3
33
with:
34
node-version: 18
35
- cache: "pnpm"
+ cache: 'pnpm'
36
37
- name: Get pnpm store directory
38
id: pnpm-cache
@@ -47,7 +47,7 @@ jobs:
47
${{ runner.os }}-pnpm-store-
48
49
- name: Install dependencies
50
- run: pnpm install
+ run: pnpm install --no-frozen-lockfile
51
52
# Lint, typecheck, build
53
- name: 🏗 Run build
package.json
@@ -49,7 +49,7 @@
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
- "typescript": "5.3.3"
+ "typescript": "5.4.2"
},
54
"pnpm": {
55
"peerDependencyRules": {
0 commit comments