Skip to content

Commit

Permalink
Export env, upgrade actions (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa authored May 21, 2023
1 parent 18d5ff8 commit 24aaab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected].1
- uses: actions/checkout@v3
- uses: pnpm/[email protected].4
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import parseRange from "range-parser";

interface Env {
export interface Env {
R2_BUCKET: R2Bucket,
ALLOWED_ORIGINS?: string,
CACHE_CONTROL?: string,
Expand Down

0 comments on commit 24aaab0

Please sign in to comment.