We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bd11c commit 8543a0aCopy full SHA for 8543a0a
1 file changed
.github/workflows/beta_deploy.yml
@@ -20,6 +20,10 @@ jobs:
20
steps:
21
- name: Checkout your repository using git
22
uses: actions/checkout@v4
23
+ - name: Setup Node.js
24
+ uses: actions/setup-node@v4
25
+ with:
26
+ node-version: '22'
27
- name: Install dependencies
28
run: npm ci
29
- name: Build website
0 commit comments