Skip to content

Commit

Permalink
remove obsolete files; migrate vnet to pnpm (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil authored Dec 4, 2024
1 parent abcefe2 commit 1287a6d
Show file tree
Hide file tree
Showing 6 changed files with 1,115 additions and 6,079 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/vnet-api-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
name: Deploy
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 21
cache: "npm"
cache-dependency-path: "vnet-api/package-lock.json"
- run: npm install
node-version: latest
cache: "pnpm"
cache-dependency-path: "vnet-api/pnpm-lock.yaml"
- run: pnpm install
- name: Publish
uses: cloudflare/[email protected]
with:
Expand Down
Loading

0 comments on commit 1287a6d

Please sign in to comment.