We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af76ae commit bd95167Copy full SHA for bd95167
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Node
38
uses: actions/setup-node@v3
39
with:
40
- node-version: "18"
+ node-version: "20"
41
cache: ${{ steps.detect-package-manager.outputs.manager }}
42
- name: Setup Pages
43
uses: actions/configure-pages@v2
0 commit comments