We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4083fce + 8d33c3f commit cbd4e8fCopy full SHA for cbd4e8f
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-node@v3
19
with:
20
# choose node.js version to use.
21
- node-version: '18'
+ node-version: '20'
22
23
- name: Install and Build 🔧 #
24
run: |
0 commit comments