Skip to content

Commit

Permalink
Merge pull request #4 from qin-guan/main
Browse files Browse the repository at this point in the history
[pull] main from qin-guan:main
  • Loading branch information
julwrites committed Sep 24, 2023
2 parents c80b1c4 + e60485c commit 719019b
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 1,031 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-app",
"private": true,
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.5",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand All @@ -13,7 +13,7 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@antfu/eslint-config": "^0.42.0",
"@cloudflare/workers-types": "^4.20230821.0",
"@iconify-json/tabler": "^1.1.89",
"@lucia-auth/adapter-sqlite": "^2.0.0",
Expand Down
Loading

0 comments on commit 719019b

Please sign in to comment.