Skip to content

Commit

Permalink
Merge pull request #15 from tina-hello/upgrade-test
Browse files Browse the repository at this point in the history
Upgrade action
  • Loading branch information
tina-hello committed Jan 26, 2024
2 parents 21e399b + 9e0e8b4 commit acfd223
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm install
- name: Deploy to Cloudflare Workers with Wrangler
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"author": "tina-hello",
"license": "0BSD",
"devDependencies": {
"prettier": "^1.18.2"
"dependencies": {
"wrangler": "^3.24.0"
}
}
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "doh"
workers_dev = true
compatibility_date = "2023-03-14"
compatibility_date = "2024-01-26"
main = "index.js"

0 comments on commit acfd223

Please sign in to comment.