File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - run : cp wrangler.toml.example wrangler.toml
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 20
16+ node-version : 22
1717 - run : npm ci
1818 - run : npm test
1919
2020 deploy :
21- if : github.ref == 'refs/heads/main'
21+ # TODO: Renable if: github.ref == 'refs/heads/main'
2222 needs : [test]
2323 runs-on : ubuntu-latest
2424 steps :
Original file line number Diff line number Diff line change 55 "description" : " A template for kick starting a Cloudflare Workers project" ,
66 "main" : " index.js" ,
77 "scripts" : {
8- "deploy" : " wrangler deploy" ,
8+ "deploy" : " wrangler deploy --env dev " ,
99 "deploy:prod" : " wrangler deploy --env production" ,
1010 "dev" : " wrangler dev --env dev" ,
1111 "start" : " wrangler dev" ,
You can’t perform that action at this time.
0 commit comments