Skip to content

Commit

Permalink
Merge pull request #3040 from udecode/vendor/ts-5.3
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
zbeyens committed Mar 20, 2024
1 parent 5e26b08 commit 99857c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
cache: 'pnpm'

- name: Get pnpm store directory
id: pnpm-cache
Expand All @@ -47,7 +47,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

# Lint, typecheck, build
- name: 🏗 Run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit 99857c7

Please sign in to comment.