We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf40be commit 8a0d74cCopy full SHA for 8a0d74c
1 file changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: "18"
+ node-version: "20"
19
- name: Install dependencies
20
run: npm install
21
- name: Build website
0 commit comments