Skip to content

Commit

Permalink
Merge pull request #12 from huuyafwww/feature/update_runtime
Browse files Browse the repository at this point in the history
Update runtime request version
  • Loading branch information
huuyafwww authored Dec 10, 2024
2 parents 9803356 + 04b86e3 commit dadeb38
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build test

on: push
on:
push:
branches-ignore:
- main

jobs:
build:
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@
"@changesets/cli": "^2.27.10",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"sort-package-json": "^2.10.1",
"turbo": "^v2.3.2"
"sort-package-json": "^2.12.0",
"turbo": "^v2.3.3"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"engines": {
"pnpm": ">=9.12.3"
"node": ">=22.12.0",
"pnpm": ">=9.15.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dadeb38

Please sign in to comment.