We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab0e75 commit 0106bf9Copy full SHA for 0106bf9
2 files changed
.github/workflows/beta_deploy.yml
@@ -18,8 +18,12 @@ jobs:
18
build-deploy:
19
runs-on: ubuntu-latest
20
steps:
21
+ - uses: actions/setup-node@v6.3.0
22
+ node-version: 22.22.x
23
- name: Checkout your repository using git
24
uses: actions/checkout@v4
25
+ - name: Install dependencies
26
+ run: npm run install
27
- name: Build website
28
run: npm run build
29
- name: Deploy to Cloudflare Workers
.github/workflows/deploy.yml
0 commit comments