Skip to content

Commit

Permalink
update dependency and workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaductape committed Oct 26, 2023
1 parent d322155 commit 9a4752e
Show file tree
Hide file tree
Showing 3 changed files with 2,626 additions and 1,985 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,20 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: install
run: npm i --legacy-peer-deps
- uses: pnpm/[email protected]

- name: build
run: npm run build
- name: Setup Node.js environment

uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm

- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build

- name: deploy pages
uses: JamesIves/[email protected]
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@solid-primitives/platform": "^0.0.103",
"@solid-primitives/resize-observer": "^2.0.9",
"@solid-primitives/scheduled": "^1.2.1",
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.7.0",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"@unocss/preset-wind": "^0.49.2",
"@unocss/reset": "^0.49.2",
"@unocss/transformer-variant-group": "^0.49.4",
Expand All @@ -36,13 +36,13 @@
"solid-dismiss": "^1.6.5",
"solid-floating-ui": "^0.2.0",
"solid-icons": "^1.0.4",
"solid-js": "^1.6.10",
"solid-start": "^0.2.21",
"solid-start-static": "^0.2.20",
"solid-js": "^1.7.12",
"solid-start": "^0.3.6",
"solid-start-static": "^0.3.6",
"undici": "^5.15.1",
"unocss": "^0.49.2"
},
"engines": {
"node": ">=16.8"
"node": ">=18.0.0"
}
}
Loading

0 comments on commit 9a4752e

Please sign in to comment.