Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Mar 24, 2022
2 parents 1834a78 + 720b68c commit a6ebcef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- run: npm install
- name: 📨 Publish
uses: cloudflare/wrangler-action@1.2.0
uses: cloudflare/wrangler-action@1.3.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
env:
Expand Down
17 changes: 10 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@cloudflare/wrangler": "1.19.9",
"eslint": "8.11.0",
"prettier": "2.4.1",
"prettier": "2.6.0",
"webpack": "5.56.0"
},
"main": "src/index.js"
Expand Down

0 comments on commit a6ebcef

Please sign in to comment.