Skip to content

Commit 8543a0a

Browse files
committed
CI: specifically setup node v22 before install
1 parent c6bd11c commit 8543a0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/beta_deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
steps:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
23+
- name: Setup Node.js
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: '22'
2327
- name: Install dependencies
2428
run: npm ci
2529
- name: Build website

0 commit comments

Comments
 (0)