We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edd9e7 commit 00a6ddbCopy full SHA for 00a6ddb
.github/workflows/deploy-to-github-pages.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup node
17
uses: actions/setup-node@v3
18
with:
19
- node-version: 18
+ node-version: 21
20
cache: npm
21
- name: Install dependencies
22
run: |
0 commit comments