We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9939e9a commit ededc1dCopy full SHA for ededc1d
.github/workflows/deploy-to-gh-pages.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Node.js
23
uses: actions/setup-node@v1
24
with:
25
- node-version: "16"
+ node-version: "18"
26
cache: "pnpm"
27
28
- name: Install Dependencies
0 commit comments